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

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

Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- common.jam  5 Nov 2006 07:13:39 -0000       1.56
+++ common.jam  10 Nov 2006 08:45:03 -0000      1.57
@@ -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