mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
A further optimization of make clean/distclean, pushing the speed of make
clean/distclean even more! git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14790 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e73d06a7b8
commit
8e21e64a4f
1 changed files with 30 additions and 0 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,3 +1,33 @@
|
|||
Wed Oct 16 05:11:48 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in: Renamed `tgz' target to `dist'.
|
||||
|
||||
Wed Oct 16 04:47:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
A further speedup for make clean/distclean.
|
||||
* Master/application.make (APPS_WITH_SUBPROJECTS): New variable -
|
||||
set it, by using a make trick, to be the list of all apps having
|
||||
subprojects.
|
||||
(internal-clean): Only invoke the .subproject clean rule for apps
|
||||
with subprojects.
|
||||
(internal-distclean): Idem.
|
||||
* Master/bundle.make: Similar changes.
|
||||
* Master/clibrary.make: Idem.
|
||||
* Master/ctool.make: Idem.
|
||||
* Master/gswapp.make: Idem.
|
||||
* Master/gswbundle.make: Idem.
|
||||
* Master/java-tool.make: Idem.
|
||||
* Master/java.make: Idem.
|
||||
* Master/library.make: Idem.
|
||||
* Master/objc.make: Idem.
|
||||
* Master/palette.make: Idem.
|
||||
* Master/service.make: Idem.
|
||||
* Master/subproject.make : Idem.
|
||||
* Master/test-application.make : Idem.
|
||||
* Master/test-library.make : Idem.
|
||||
* Master/test-tool.make: Idem.
|
||||
* Master/tool.make: Idem.
|
||||
|
||||
Mon Oct 14 13:09:09 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Master/rpm.make (rpm): Look for rpmbuild, and use it instead of
|
||||
|
|
Loading…
Reference in a new issue