mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* Makeconfig (%.v.i): Strip trailing # comments,
not only whole-line comments.
This commit is contained in:
parent
6a7b0fc65f
commit
0699a0ca6a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user