From 2baf648b637daef9c1243511fa94887f071241c0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 25 Sep 1995 20:37:51 +0000 Subject: 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: 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 --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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: 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 * Makefile.in: Update CLEANUP list to clean up files created -- cgit