From: Peter Michael Green Date: Thu, 3 Feb 2022 12:29:07 +0000 (+0000) Subject: Revert "Touch yyscript.h and yyscript.c in clean target." X-Git-Tag: archive/raspbian/2.37.90.20220123-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e1da3e6b3c4fb2591dd438cc95439d02ef37b34;p=binutils.git Revert "Touch yyscript.h and yyscript.c in clean target." This reverts commit 78b6db855db8cee54764407ffeefe247d5272831. --- diff --git a/debian/changelog b/debian/changelog index f86ffefba..262fddc77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,15 +17,7 @@ binutils (2.37.90.20220123-2+rpi1) bookworm-staging; urgency=medium built on arm64) * Remove build-depends as testsuite is disabled. - [changes introduced in 2.35.1-5+rpi1 by Peter Michael Green] - * Touch gold/yyscript.h and gold/yyscript.c in clean target to ensure they are - newer than yyscript.y and hence stop the upstream build system trying to - regenerate them when building from a git checkout. - - [changes brought forward from 2.37-4+rpi2 by Peter Michael Green at Wed, 01 Sep 2021 12:43:37 +0000] - * Fix merge screwup that left us with no arm64 cross binutils. - - -- Raspbian forward porter Tue, 01 Feb 2022 11:25:58 +0000 + -- Peter Michael Green Thu, 03 Feb 2022 12:28:20 +0000 binutils (2.37.90.20220123-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 8c51fd508..7e9a7c2ae 100755 --- a/debian/rules +++ b/debian/rules @@ -600,11 +600,6 @@ endif rm -f $${i%*.in}; \ done - #touch these files to ensure they are newer than yyscript.y - #and hence prevent the upstream buildsystem trying to regenerate - #them when building from a git checkout. - touch gold/yyscript.c gold/yyscript.h - rm -f *-stamp ###############################################################################