From 59f2d9c1c79cd8b32b2fb3e36f1c2dfda0343eef Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 5 Feb 2004 00:15:38 +0000 Subject: [PATCH] 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 --- src/tools/jam/README.CHANGES | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/tools/jam/README.CHANGES b/src/tools/jam/README.CHANGES index 9d2dfa4b52..70518e14e3 100644 --- a/src/tools/jam/README.CHANGES +++ b/src/tools/jam/README.CHANGES @@ -1,18 +1,10 @@ -Contents: Changes to Jam 2.4. +Contents: Changes to Jam 2.5rc3. Author: Ingo Weinhold (bonefish@users.sf.net) This version of Jam is NOT the original one distributed by Perforce (www.perforce.com). This file lists its differences to the original version -2.4. - -* 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. - +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. * 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 as expected. - -* Bug Fixes - - - Removed superfluous search() in compile_on() (compile.c), which slowed - down on target rule invocations. -