Revert "Touch yyscript.h and yyscript.c in clean target." archive/raspbian/2.37.90.20220123-2+rpi1 raspbian/2.37.90.20220123-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 12:29:07 +0000 (12:29 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 3 Feb 2022 12:29:07 +0000 (12:29 +0000)
This reverts commit 78b6db855db8cee54764407ffeefe247d5272831.

debian/changelog
debian/rules

index f86ffefba3fee65109ae235aeb053947716c3986..262fddc77abeedf6222495797f63e83c9bbb0002 100644 (file)
@@ -17,15 +17,7 @@ binutils (2.37.90.20220123-2+rpi1) bookworm-staging; urgency=medium
     built on arm64)
   * Remove <!nocheck> 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 <plugwash@raspbian.org> at Wed, 01 Sep 2021 12:43:37 +0000]
-  * Fix merge screwup that left us with no arm64 cross binutils.
-
- -- Raspbian forward porter <root@raspbian.org>  Tue, 01 Feb 2022 11:25:58 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 03 Feb 2022 12:28:20 +0000
 
 binutils (2.37.90.20220123-2) unstable; urgency=medium
 
index 8c51fd508ce957761eb5c842ab9dd69bbcae5e9b..7e9a7c2aebafffa0d4c7f842a45d78a6ee74ee62 100755 (executable)
@@ -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
 
 ###############################################################################