Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-15 00:33:37


Author: grafik
Date: 2007-09-15 00:33:32 EDT (Sat, 15 Sep 2007)
New Revision: 39295
URL: http://svn.boost.org/trac/boost/changeset/39295

Log:
Call the correct subjam file.
Text files modified:
   trunk/tools/jam/test/option_d2.jam | 2 +-
   trunk/tools/jam/test/test.bat | 2 ++
   2 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/tools/jam/test/option_d2.jam
==============================================================================
--- trunk/tools/jam/test/option_d2.jam (original)
+++ trunk/tools/jam/test/option_d2.jam 2007-09-15 00:33:32 EDT (Sat, 15 Sep 2007)
@@ -27,7 +27,7 @@
 [subtest_b] 1
 [subtest_b] 2
 ...updated 2 targets...
-" : (==) : [ SHELL "$(ARGV[1]) -f option_n.jam -sBJAM_SUBTEST=1 -d2" ] ;
+" : (==) : [ SHELL "$(ARGV[1]) -f option_d2.jam -sBJAM_SUBTEST=1 -d2" ] ;
 }
 else
 {

Modified: trunk/tools/jam/test/test.bat
==============================================================================
--- trunk/tools/jam/test/test.bat (original)
+++ trunk/tools/jam/test/test.bat 2007-09-15 00:33:32 EDT (Sat, 15 Sep 2007)
@@ -6,6 +6,8 @@
 
 set BJAM=..\src\bin.ntx86\bjam
 REM ~ set BJAM=..\src\bin.ntx86.debug\bjam
+REM ~ set BJAM=bjam-3_1_14
+REM ~ set BJAM=bjam
 
 @ECHO ON
 


Boost-Commit 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