Reduce work done on a second "make" pass over the tree, by not regenerating
authorKen Raeburn <raeburn@mit.edu>
Thu, 6 Oct 2005 21:17:33 +0000 (21:17 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 6 Oct 2005 21:17:33 +0000 (21:17 +0000)
lots of makefiles in the process of creating autoconf.h.  I think the autoconf
bug that was being worked around in 1996 has since been fixed.

* Makefile.in (autoconf.stamp): When running config.status, only rebuild
autoconf.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17411 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/Makefile.in

index 75c065579eee5e7755533b5791073e32451c0b6a..dd597d62932e1178083a33334962ed467667e078 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-06  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (autoconf.stamp): When running config.status, only
+       rebuild autoconf.h.
+
 2005-09-14  Ken Raeburn  <raeburn@mit.edu>
 
        * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect,
index 6371cdadcd797ec7ae252bcf532f344725917b2c..b8d7d51fa4b1dac8bed3588c387c21d2b91d1f2a 100644 (file)
@@ -30,11 +30,9 @@ all-windows:: autoconf.h $(BUILT_HEADERS)
 
 ###############################################################################
 ##DOS##!if 0
-# Should only rebuild autoconf.h here (use CONFIG_FILES=), but the weird krb5
-# makefile post-processing is unconditional and would trash the makefile.
 autoconf.h: autoconf.stamp
 autoconf.stamp: $(srcdir)/autoconf.h.in $(thisconfigdir)/config.status
-       (cd $(thisconfigdir) && $(SHELL) config.status)
+       (cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/autoconf.h)
        touch autoconf.stamp
 
 SYSCONFDIR = @sysconfdir@