summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-06 21:17:33 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-06 21:17:33 +0000
commit0ed85c12051812a658b9937edfabff4f4aea4ded (patch)
tree7206dbe89f1b9b5f0465cfcf8e3b48e172b27a64 /src/include
parent3098ef811ca351e366cea324f24eaf878834edfc (diff)
downloadkrb5-0ed85c12051812a658b9937edfabff4f4aea4ded.tar.gz
krb5-0ed85c12051812a658b9937edfabff4f4aea4ded.tar.xz
krb5-0ed85c12051812a658b9937edfabff4f4aea4ded.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/Makefile.in4
2 files changed, 6 insertions, 3 deletions
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 <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,
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@