summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-09-25 20:37:51 +0000
committerTheodore Tso <tytso@mit.edu>1995-09-25 20:37:51 +0000
commit2baf648b637daef9c1243511fa94887f071241c0 (patch)
treeda71201834404c668527a694d8fdd77b1d94d8f9 /src/ChangeLog
parentf8a5dd3b5e8275420d76991ee08a52509a5a5f74 (diff)
Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile
aclocal.m4 (MAKE_SUBDIRS, DO_SUBDIRS): MAKE_SUBDIRS now takes three arguments; DO_SUBDIRS now generates target rules of the form: "foo-unix: <for each subdirectory> make foo". All of the macros which generated targets "all", "install", "clean", etc. now generate targets "all-unix", "install-unix", "clean-unix". This scheme allows us to do multiple-platform builds, while preserving ordering constraints that we need in order to build library subdirectories correctly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6854 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5de26e8cb..be0b232b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
+Mon Sep 25 16:32:57 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
+ Makefile.
+
+ * aclocal.m4 (MAKE_SUBDIRS, DO_SUBDIRS): MAKE_SUBDIRS now takes
+ three arguments; DO_SUBDIRS now generates target rules of
+ the form: "foo-unix: <for each subdirectory> make foo".
+ All of the macros which generated targets "all",
+ "install", "clean", etc. now generate targets "all-unix",
+ "install-unix", "clean-unix".
+
+ This scheme allows us to do multiple-platform builds,
+ while preserving ordering constraints that we need in
+ order to build library subdirectories correctly.
+
Sun Sep 24 12:00:00 1995 John Rivlin <jrivlin@fusion.com>
* Makefile.in: Update CLEANUP list to clean up files created