Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26779
Modified Files:
testing.jam
Log Message:
Fix typo that causes all run tests to be always relinked and rerun.
Thanks to Juergen Hunold for the bug report.
Index: testing.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/testing.jam,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- testing.jam 15 Nov 2006 19:04:46 -0000 1.47
+++ testing.jam 17 Nov 2006 06:26:12 -0000 1.48
@@ -363,7 +363,7 @@
if ! $(preserve-test-targets)
{
- TEMPORARY $(sources) ;
+ TEMPORARY $(source) ;
RmTemps $(target) : $(source) ;
}
}
-------------------------------------------------------------------------
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