]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-make.patch
- display content of out file when doing make tests
[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 +                       "on `date +%Y-%m-%d`.\\\\n\"" ;; \
10            *) ;; \
11          esac; \
12          files="$(all-Banner-files)";                           \
13          if test -n "$$files"; then                             \
14 -          echo "\"Available extensions:\\n\"";                 \
15 +          echo "\"Available extensions:\\\\n\"";                       \
16            sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
17                -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
18          fi) > $@T
This page took 0.274221 seconds and 3 git commands to generate.