aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-01-09 16:05:32 -0800
committerRoland McGrath <roland@hack.frob.com>2013-01-09 16:05:32 -0800
commitad98e30c90f518cbcd896b1fe9e45f2318102db3 (patch)
tree3a9c1bcda815da4802af4a042756edfd06dfc82f
parent232f7002929098127125289783d4ffcb9c53be97 (diff)
downloadglibc-ad98e30c90f518cbcd896b1fe9e45f2318102db3.zip
glibc-ad98e30c90f518cbcd896b1fe9e45f2318102db3.tar.gz
glibc-ad98e30c90f518cbcd896b1fe9e45f2318102db3.tar.bz2
Force getconf.speclist to be generated in the others pass.
-rw-r--r--ChangeLog2
-rw-r--r--posix/Makefile5
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac24e9..777ba4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
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