]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-make.patch
- trigger to try to rescue ld.so.conf after glibc-misc upgrade (untested)
[packages/glibc.git] / glibc-make.patch
index 3927f3910882b60239609781e37d4fb07463ca56..728394e6d63ec3ac64542dce360700a8b6bbec8b 100644 (file)
@@ -4,15 +4,16 @@ diff -urN glibc-2.3.3.org/csu/Makefile glibc-2.3.3/csu/Makefile
 @@ -232,12 +232,12 @@
                     os=Linux; \
                   fi; \
-                  echo "\"Compiled on a $$os $$version system" \
+-                 echo "\"Compiled on a $$os $$version system" \
 -                      "on `date +%Y-%m-%d`.\\n\"" ;; \
++                 echo -e "\"Compiled on a $$os $$version system" \
 +                      "on `date +%Y-%m-%d`.\\\\n\"" ;; \
           *) ;; \
         esac; \
         files="$(all-Banner-files)";                           \
         if test -n "$$files"; then                             \
 -         echo "\"Available extensions:\\n\"";                 \
-+         echo "\"Available extensions:\\\\n\"";                       \
++         echo -e "\"Available extensions:\\\\n\"";                    \
           sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
               -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
         fi) > $@T
This page took 0.02577 seconds and 4 git commands to generate.