From: Roland McGrath Date: Thu, 10 Jan 2013 00:05:32 +0000 (-0800) Subject: Force getconf.speclist to be generated in the others pass. X-Git-Tag: glibc-2.18~870 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad98e30c90f518cbcd896b1fe9e45f2318102db3;p=platform%2Fupstream%2Fglibc.git Force getconf.speclist to be generated in the others pass. --- diff --git a/ChangeLog b/ChangeLog index dac24e9..777ba4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-01-09 Roland McGrath + * posix/Makefile (others): Depend on $(objpfx)getconf.speclist. + * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro. 2013-01-09 Siddhesh Poyarekar diff --git a/posix/Makefile b/posix/Makefile index 179ad87..ce98c59 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -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