Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72256 - trunk/tools/build/v2/tools
From: blelbach_at_[hidden]
Date: 2011-05-29 00:52:57


Author: wash
Date: 2011-05-29 00:52:55 EDT (Sun, 29 May 2011)
New Revision: 72256
URL: http://svn.boost.org/trac/boost/changeset/72256

Log:
Given intel-linux's semaphore a unique name.

Text files modified:
   trunk/tools/build/v2/tools/intel-linux.jam | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/tools/intel-linux.jam
==============================================================================
--- trunk/tools/build/v2/tools/intel-linux.jam (original)
+++ trunk/tools/build/v2/tools/intel-linux.jam 2011-05-29 00:52:55 EDT (Sun, 29 May 2011)
@@ -224,7 +224,7 @@
     gcc.setup-threading $(targets) : $(sources) : $(properties) ;
     gcc.setup-address-model $(targets) : $(sources) : $(properties) ;
     SPACE on $(targets) = " " ;
- JAM_SEMAPHORE on $(targets) = <s>gcc-link-semaphore ;
+ JAM_SEMAPHORE on $(targets) = <s>intel-linux-link-semaphore ;
 }
 
 actions link bind LIBRARIES
@@ -237,7 +237,7 @@
     gcc.setup-threading $(targets) : $(sources) : $(properties) ;
     gcc.setup-address-model $(targets) : $(sources) : $(properties) ;
     SPACE on $(targets) = " " ;
- JAM_SEMAPHORE on $(targets) = <s>gcc-link-semaphore ;
+ JAM_SEMAPHORE on $(targets) = <s>intel-linux-link-semaphore ;
 }
 
 # Differ from 'link' above only by -shared.


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