Updated to reflect changes relative to jam 2.5rc3.

NOTE: The current HEAD version is almost untested. After merging in the
2.5rc3 changes it had been quite a bit of work to make the beast compile
properly again. Only very little testing has been done yet.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2004-02-05 00:15:38 +00:00
parent 707a00af04
commit 59f2d9c1c7
+3 -17
View File
@@ -1,18 +1,10 @@
Contents: Changes to Jam 2.4. Contents: Changes to Jam 2.5rc3.
Author: Ingo Weinhold ([email protected]) Author: Ingo Weinhold ([email protected])
This version of Jam is NOT the original one distributed by Perforce This version of Jam is NOT the original one distributed by Perforce
(www.perforce.com). This file lists its differences to the original version (www.perforce.com). This file lists its differences to the original version
2.4. 2.5rc3. The patches have originally been applied to version 2.4 and had to be
adjusted more or less to work with 2.5rc3.
* BeOS specifics
Changes to the system specific variable settings in the BeOS specific
section in Jambase. Several variables were wrong or had weird values.
PPC support was broken (very small fix in jam.h, too).
These changes will be included in the next version published by Perforce.
* Jamfile tree processing * Jamfile tree processing
@@ -138,9 +130,3 @@ This version of Jam is NOT the original one distributed by Perforce
file is not performed. Setting the SEARCH and LOCATE variables does work file is not performed. Setting the SEARCH and LOCATE variables does work
as expected. as expected.
* Bug Fixes
- Removed superfluous search() in compile_on() (compile.c), which slowed
down on target rule invocations.