]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* Makeconfig (%.v.i): Strip trailing # comments,
authorRoland McGrath <roland@gnu.org>
Thu, 22 Jan 2009 20:38:19 +0000 (20:38 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 22 Jan 2009 20:38:19 +0000 (20:38 +0000)
not only whole-line comments.

ChangeLog
Makeconfig

index f98ef3d93ddb1bd7469df3120dc22bc0f2f3e0a3..5ffa07f9c50fc7f56d71157034e7e47cdff95439 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-22  Roland McGrath  <roland@redhat.com>
+
+       * Makeconfig (%.v.i): Strip trailing # comments,
+       not only whole-line comments.
+
 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
index e00cfe64db7a76135c8ca8fc26938b296d956ddf..54515607452eaa18956e60b19b3441b399020b0c 100644 (file)
@@ -794,7 +794,7 @@ ifeq (yes, $(build-shared))
 # listing both its input files, and any header files that it may reference
 # (but no commands).
 %.v.i: $(common-objpfx)config.h
-       sed 's/#.*$$//;//^[     ]*$$/d;s/^[     ]*%/#/' \
+       sed 's/#.*$$//;/^[      ]*$$/d;s/^[     ]*%/#/' \
            $(filter-out FORCE %.h,$^) \
        | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
                   > $@T