Update of /cvsroot/boost/boost/tools/build/v2/test/prebuilt/ext
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22965

Modified Files:
        Jamfile Jamfile2 Jamfile3 
Log Message:
Robustify the test

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/test/prebuilt/ext/Jamfile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile     6 Nov 2006 01:44:11 -0000       1.2
+++ Jamfile     18 Nov 2006 19:11:53 -0000      1.3
@@ -8,3 +8,6 @@
     ;
 
 lib a : a.cpp ;
+
+install dist : a : <variant>release:<location>release
+                   <variant>debug:<location>debug ;

Index: Jamfile2
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/test/prebuilt/ext/Jamfile2,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Jamfile2    16 Jun 2005 07:24:16 -0000      1.9
+++ Jamfile2    18 Nov 2006 19:11:53 -0000      1.10
@@ -26,13 +26,13 @@
 project ext ;
 
 lib a : 
-    : <file>bin/$toolset/debug/$(prefix)a.$(dll-suffix) <variant>debug
+    : <file>debug/$(prefix)a.$(dll-suffix) <variant>debug
     :
     : <include>debug
     ;
     
 lib a :
-    : <file>bin/$toolset/release/$(prefix)a.$(dll-suffix) <variant>release
+    : <file>release/$(prefix)a.$(dll-suffix) <variant>release
     :
     : <include>release
     ;

Index: Jamfile3
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/test/prebuilt/ext/Jamfile3,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Jamfile3    16 Jun 2005 07:24:16 -0000      1.3
+++ Jamfile3    18 Nov 2006 19:11:53 -0000      1.4
@@ -33,13 +33,13 @@
 local pwd = [ PWD ] ;
 
 lib a : 
-    : <file>$(pwd)/ext/bin/$toolset/debug/$(prefix)a.$(dll-suffix) 
<variant>debug
+    : <file>$(pwd)/ext/debug/$(prefix)a.$(dll-suffix) <variant>debug
     :
     : <include>debug
     ;
     
 lib a :
-    : <file>$(pwd)/ext/bin/$toolset/release/$(prefix)a.$(dll-suffix) 
<variant>release
+    : <file>$(pwd)/ext/release/$(prefix)a.$(dll-suffix) <variant>release
     :
     : <include>release
     ;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to