diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2002-09-19 18:37:47 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2002-09-19 18:37:47 +0000 |
| commit | db51533e989372e38d0835c7b30e05f047204d80 (patch) | |
| tree | e247e8021a76417fd4e9de95ed2c95f9a2a529f4 /src/config | |
| parent | 3c628fef39ebc6b7e0672ff4f64939e0c316e017 (diff) | |
Use AC_CONFIG_FILES for each Makefile generated instead of passing
list of files to AC_OUTPUT.
Also, only generate an individual Makefile when invoking config.status
ticket: 1188
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14883 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/post.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index a6b4e5f37..afca5f39f 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2002-09-19 Ezra Peisach <epeisach@bu.edu> + + * post.in (Makefile): Run config.status to generate only the + specific makefile that changed. + 2002-09-19 Ken Raeburn <raeburn@mit.edu> * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete 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 \ |
