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.
+
-- Peter Micheal Green <plugwash@raspbian.org> Sun, 20 Dec 2020 08:27:41 +0000
binutils (2.35.1-5) unstable; urgency=medium
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
###############################################################################