From: Ken Raeburn Date: Thu, 6 Oct 2005 21:17:33 +0000 (+0000) Subject: Reduce work done on a second "make" pass over the tree, by not regenerating X-Git-Tag: ms-bug-test-20060525~122 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ed85c12051812a658b9937edfabff4f4aea4ded;p=krb5.git Reduce work done on a second "make" pass over the tree, by not regenerating 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 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 75c065579..dd597d629 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +2005-10-06 Ken Raeburn + + * Makefile.in (autoconf.stamp): When running config.status, only + rebuild autoconf.h. + 2005-09-14 Ken Raeburn * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect, diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 6371cdadc..b8d7d51fa 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -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@