mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Force getconf.speclist to be generated in the others pass.
This commit is contained in:
parent
232f700292
commit
ad98e30c90
@ -1,5 +1,7 @@
|
||||
2013-01-09 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
|
||||
|
||||
* misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
|
||||
|
||||
2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
@ -302,3 +302,8 @@ $(objpfx)getconf.speclist: getconf-speclist.c posix-envs.def
|
||||
$(compile.c) -E -o - \
|
||||
| sed -n -e '/@@@PRESENT_/s/@@@PRESENT_//p' > $@.new
|
||||
mv -f $@.new $@
|
||||
|
||||
# This file is only actually needed at install time. But forcing it to
|
||||
# be built both makes it available for eyeball inspection and avoids the
|
||||
# surprise of things that look like compilation being done by 'make install'.
|
||||
others: $(objpfx)getconf.speclist
|
||||
|
Loading…
Reference in New Issue
Block a user