]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-csu-verfix.patch
- ReleasE: 9
[packages/glibc.git] / glibc-csu-verfix.patch
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.378992 seconds and 3 git commands to generate.