Boost logo

Boost-Build :

From: Juergen Hunold (hunold_at_[hidden])
Date: 2004-07-13 10:04:25


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi !

The attached patch corrects a copy&paste error in testing jam.
On Unix systems, V2 tries to extend LD_LIBRARY_PATH with %PATH%,
which seems to be copied from the Win32 (aka NT) case above.
This does not work, of course.
I've also tried to correct a minor spelling error in the documentation.

Yours,

Jürgen
- --
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA8/oDljbJ/LLrxrYRAo1hAJ4gS8c7P5vklekABzetUg1Y5yAkvQCfTFjh
wOOh4GRhECV7w/qxp1h2mEE=
=Hr74
-----END PGP SIGNATURE-----
 --Boundary-00=_5n/8ABVOtG6nwG/ Content-Type: text/x-diff;
charset="utf-8";
name="testing.jam.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="testing.jam.diff"

Index: tools/testing.jam
=================================RCS file: /cvsroot/boost/boost/tools/build/v2/tools/testing.jam,v
retrieving revision 1.31
diff -u -r1.31 testing.jam
--- tools/testing.jam 21 Jun 2004 09:14:40 -0000 1.31
+++ tools/testing.jam 13 Jul 2004 14:59:39 -0000
@@ -276,7 +276,7 @@
DEPENDS $(target) : [ on $(target) return $(INPUT_FILES) ] ;

# For testing, we need to make sure that all dynamic libraries needed by
- # the test are found. So, we collect all paths from dendency libraries
+ # the test are found. So, we collect all paths from dependent libraries
# (via xdll-path property) and add whatever explicit dll-path user has
# specified. The resulting paths are added to environment on each test
# invocation.
@@ -295,7 +295,7 @@
{
PATH_SETUP on $(target) =
[ common.path-variable-setting-command LD_LIBRARY_PATH :
- $(dll-paths) %PATH% : exported ] ;
+ $(dll-paths) $LD_LIBRARY_PATH : exported ] ;
}
}
}
 --Boundary-00=_5n/8ABVOtG6nwG/--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk