]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-csu-verfix.patch
- gcc 3.4 patch removed.
[packages/glibc.git] / glibc-csu-verfix.patch
CommitLineData
72a58d03 1--- glibc-2.3.2/csu/Makefile~ 2003-06-26 09:27:39.000000000 +0200
2+++ glibc-2.3.2/csu/Makefile 2003-09-09 16:56:31.522516384 +0200
3@@ -232,12 +232,12 @@
4 os=Linux; \
5 fi; \
6 echo "\"Compiled on a $$os $$version system" \
7- "on `date +%Y-%m-%d`.\\n\"" ;; \
8+ "on `date +%Y-%m-%d`.\"" ;; \
9 *) ;; \
10 esac; \
11 files="$(all-Banner-files)"; \
12 if test -n "$$files"; then \
13- echo "\"Available extensions:\\n\""; \
14+ echo "\"Available extensions:\""; \
15 sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
16 -e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \
17 fi) > $@T
This page took 0.062654 seconds and 4 git commands to generate.