From 0cee382ca1a364a5c1af2c24f26a28bd5068d78c Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 31 Jan 2002 17:59:08 +0000 Subject: [PATCH] Start breaking makefiles - today broken application.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12350 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8fa8f734..dcc0be78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Thu Jan 31 17:47:39 2002 Nicola Pero + + * Master/application.make (APP_EXTENSION): Set it in common.make, + so that it can be overridden at will. + * Instance/application.make (INTERNAL_app_NAME, TARGET): Replaced + everywhere by GNUSTEP_INSTANCE. + +Thu Jan 31 17:38:17 2002 Nicola Pero + + * application.make: Replaced with a makefile which includes + Master/application.make or Instance/application.make or nothing + depending on case. The original code broken in two and move into + Master/application.make and Instance/application.make. + * Master/application.make: New file. + * Instance/application.make: new file. + * GNUmakefile.in: Install the new files. + Thu Jan 31 11:27:06 2002 Nicola Pero * configure.in: Moved determination of host, target and build