SHA256
1
0
forked from pool/glibc
glibc/glibc-nodate.patch
Stephan Kulow f18b4d2632 Accepting request 97886 from Base:System
- Do not mention the buildtime anymore to make build-compare work. (forwarded request 97838 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/97886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=99
2011-12-27 17:35:36 +00:00

14 lines
444 B
Diff

--- csu/Makefile.nodate 2011-12-15 17:27:21.000000000 +0100
+++ csu/Makefile 2011-12-15 17:27:30.000000000 +0100
@@ -234,8 +234,8 @@
if [ -z "$$os" ]; then \
os=Linux; \
fi; \
- printf '"Compiled on a %s %s system on %s.\\n"\n' \
- "$$os" "$$version" "`date +%Y-%m-%d`";; \
+ printf '"Compiled on a %s %s system.\\n"\n' \
+ "$$os" "$$version";; \
*) ;; \
esac; \
files="$(all-Banner-files)"; \