mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Huge optimization of the whole package
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9355 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
093f804d4b
commit
72af193288
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Wed Mar 14 00:15:15 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Huge speed up. As an example of the order of magnitude, on my
|
||||
home system these optimizations reduce the time taken by gnustep
|
||||
to install the base library to 40% of the original time.
|
||||
* common.make (GNUSTEP_OBJ_PREFIX): Major optimization: replace
|
||||
invocation of sed with invocation of the make internal function
|
||||
subst.
|
||||
* rules.make (%.variables): Optimization: replaced three sed calls
|
||||
with subst and word.
|
||||
|
||||
2001-03-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in (objc_thread_lib): Correct test for threading
|
||||
|
|
Loading…
Reference in a new issue