[COMMITTED PATCH] Force getconf.speclist to be generated in the others pass.
Roland McGrath
roland@hack.frob.com
Thu Jan 10 00:06:00 GMT 2013
* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
--- 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
More information about the Libc-alpha
mailing list