Tweaked the rules (by disabling some built-in rules and suffixes) to reduce

time taken by the make system to execute to around 95% of the original time
in my measurements.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16159 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-03-10 12:56:01 +00:00
parent acda6cc303
commit 6ebe587b8c

View file

@ -1,3 +1,8 @@
Mon Mar 10 12:51:20 2003 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make: Disable all built-in SUFFIXES and all built-in rules
with a % target -- for performance.
Wed Feb 26 18:34:37 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/application.make ($(APP_INFO_PLIST_FILE)): Implemented