Minor cleanups and very minor performance tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-21 23:07:56 +00:00
parent 1fad708c69
commit 82c197913f

View file

@ -1,3 +1,15 @@
Tue Oct 22 00:59:28 2002 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make ($(GNUSTEP_MAKEFILES)/Instance/Shared/*.make): New
rule to stop make from spending time trying to rebuild the
Instance/Shared makefiles each time.
Tue Oct 22 00:48:21 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Shared/headers.make (.PHONY): Fixed typo in target
names, `install' instead of `instance'.
* Instance/Shared/java.make (.PHONY): Idem.
Thu Oct 17 17:49:51 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Master/aggregate.make: Execute nothing is SUBPROJECTS is empty.