]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-make.patch
- quotes fixed.
[packages/glibc.git] / glibc-make.patch
1 diff -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
4 @@ -232,12 +232,12 @@
5                      os=Linux; \
6                    fi; \
7 -                  echo "\"Compiled on a $$os $$version system" \
8 -                       "on `date +%Y-%m-%d`.\\n\"" ;; \
9 +                  echo -e "\"Compiled on a $$os $$version system" \
10 +                       "on `date +%Y-%m-%d`.\\\\n\"" ;; \
11            *) ;; \
12          esac; \
13          files="$(all-Banner-files)";                           \
14          if test -n "$$files"; then                             \
15 -          echo "\"Available extensions:\\n\"";                 \
16 +          echo -e "\"Available extensions:\\\\n\"";                    \
17            sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
18                -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
19          fi) > $@T
This page took 0.09032 seconds and 3 git commands to generate.