84ce9e0d13
Cleanup of patches. OBS-URL: https://build.opensuse.org/request/show/113387 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=164
16 lines
532 B
Diff
16 lines
532 B
Diff
Index: glibc-2.15/csu/Makefile
|
|
===================================================================
|
|
--- glibc-2.15.orig/csu/Makefile
|
|
+++ glibc-2.15/csu/Makefile
|
|
@@ -234,8 +234,8 @@ $(objpfx)version-info.h: $(common-objpfx
|
|
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)"; \
|