summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2002-09-24 19:47:34 +0000
committerEzra Peisach <epeisach@mit.edu>2002-09-24 19:47:34 +0000
commitc7e44c5a3f9ffb717451f745c15f85bfd826cc97 (patch)
treee1b7ca96cdafc9982528cb01134f0ef7df948b37 /src/config
parentb597036c97880cfe135b63c766f4c90d281d25cf (diff)
downloadkrb5-c7e44c5a3f9ffb717451f745c15f85bfd826cc97.tar.gz
krb5-c7e44c5a3f9ffb717451f745c15f85bfd826cc97.tar.xz
krb5-c7e44c5a3f9ffb717451f745c15f85bfd826cc97.zip
Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of
arguments to AC_OUTPUT. This allows for generation of a single Makefile. config/post.in: When regenerating Makefiles, invoke config.status with only the Makefile to generate. This completes the changes. ticket: 1188 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/post.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 1ff8bd012..44a85667a 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-24 Ezra Peisach <epeisach@bu.edu>
+
+ * post.in (Makefile): Run config.status to generate only the
+ specific makefile that changed.
+
2002-09-24 Ken Raeburn <raeburn@mit.edu>
* pre.in (.et.c, .et.h): Change rules to only update the desired
diff --git a/src/config/post.in b/src/config/post.in
index ddd2e6661..c364da62d 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -89,7 +89,7 @@ Makefiles-prerecurse:: Makefile
Makefile: $(srcdir)/Makefile.in $(thisconfigdir)/config.status \
$(SRCTOP)/config/pre.in $(SRCTOP)/config/post.in
- cd $(thisconfigdir) && $(SHELL) config.status
+ cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/Makefile
$(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure
cd $(thisconfigdir) && $(SHELL) config.status --recheck
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \