]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-csu-quotes.patch
- updated
[packages/glibc.git] / glibc-csu-quotes.patch
CommitLineData
d173be51
JB
1diff -urN glibc-2.3.3.org/csu/Makefile glibc-2.3.3/csu/Makefile
2--- glibc-2.3.3.org/csu/Makefile 2004-01-01 22:13:10.105888239 +0100
3+++ glibc-2.3.3/csu/Makefile 2004-01-01 22:13:38.533989059 +0100
a492b930 4@@ -232,12 +232,12 @@
5 os=Linux; \
6 fi; \
d173be51 7- echo "\"Compiled on a $$os $$version system" \
a492b930 8- "on `date +%Y-%m-%d`.\\n\"" ;; \
d173be51
JB
9+ echo -e "\"Compiled on a $$os $$version system" \
10+ "on `date +%Y-%m-%d`.\\\\n\"" ;; \
a492b930 11 *) ;; \
12 esac; \
13 files="$(all-Banner-files)"; \
14 if test -n "$$files"; then \
15- echo "\"Available extensions:\\n\""; \
d173be51 16+ echo -e "\"Available extensions:\\\\n\""; \
a492b930 17 sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
18 -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \
19 fi) > $@T
This page took 0.05713 seconds and 4 git commands to generate.