cl/51074128 from eglibc-2.18
(ppluzhnikov, google-local)
+csu/Makefile
+ For bit-identical rebuilds, remove `date` invocations.
+ Forward-ported from cl/51218346 (from cl/37734-p2).
+ (ppluzhnikov, google-local)
+
if [ -z "$$os" ]; then \
os=Linux; \
fi; \
- printf '"Compiled on a %s %s system on %s.\\n"\n' \
- "$$os" "$$version" "`date +%Y-%m-%d`";; \
+ # GOOGLE LOCAL: removed 'on %s' and '"`date +%Y-%m-%d`"' \
+ # to enable bit-identical rebuilds \
+ printf '"Compiled on a %s %s system.\\n"\n' \
+ "$$os" "$$version";; \
*) ;; \
esac; \
files="$(all-Banner-files)"; \