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

Modified Files:
      Tag: RC_1_34_0
        common.jam 
Log Message:
Merge: New rule common.hard-link

Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.45.2.11
retrieving revision 1.45.2.12
diff -u -d -r1.45.2.11 -r1.45.2.12
--- common.jam  5 Nov 2006 07:24:37 -0000       1.45.2.11
+++ common.jam  10 Nov 2006 08:45:45 -0000      1.45.2.12
@@ -411,11 +411,13 @@
     RM = del /f /q ;
     CP = copy ;
     IGNORE = "2>nul >nul & setlocal" ;
+    LN              ?= $(CP) ;
 }
 else
 {
     RM = rm -f ;
     CP = cp ;
+    LN = ln ;
 }
 
 nl = "
@@ -576,6 +578,13 @@
     $(RM) "$(>)" $(IGNORE)
 }
 
+actions hard-link
+{
+    $(RM) "$(<)" 2$(NULL_OUT) $(NULL_OUT)
+    $(LN) "$(>)" "$(<)" $(NULL_OUT)    
+}
+
+
 # Given a target, as given to a custom tag rule, returns a string formatted
 # according to the passed format. Format is a list of properties that is
 # represented in the result. For each element of format the corresponding


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to