From: Ulrich Drepper Date: Thu, 25 Sep 2003 20:31:23 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~165 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63461e754479c272b75fc219416142f38b4fb23e;p=platform%2Fupstream%2Fglibc.git Update. * csu/Makefile ($(objpfx)version-info.h): Fix sed script to handle banners. --- diff --git a/ChangeLog b/ChangeLog index 7936e52..36bda97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-09-25 Ulrich Drepper + * csu/Makefile ($(objpfx)version-info.h): Fix sed script to handle + banners. + * nis/nis_table.c (nis_list): Always strdup string used with ibreq->ibr_name. Add several NULL pointer checks. diff --git a/csu/Makefile b/csu/Makefile index 1a3c9c1..9127aba 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -239,6 +239,6 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files) if test -n "$$files"; then \ echo "\"Available extensions:\\n\""; \ sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \ - -e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \ + -e 's/^\(.*\)$$/\"\1\\n\"/' $$files; \ fi) > $@T mv -f $@T $@