[Swift-commit] r4455 - SwiftApps/SwiftR

tga at ci.uchicago.edu tga at ci.uchicago.edu
Mon May 9 09:22:31 CDT 2011


Author: tga
Date: 2011-05-09 09:22:30 -0500 (Mon, 09 May 2011)
New Revision: 4455

Modified:
   SwiftApps/SwiftR/Makefile
Log:
Don't fail build if svn fails.


Modified: SwiftApps/SwiftR/Makefile
===================================================================
--- SwiftApps/SwiftR/Makefile	2011-05-06 23:21:32 UTC (rev 4454)
+++ SwiftApps/SwiftR/Makefile	2011-05-09 14:22:30 UTC (rev 4455)
@@ -45,7 +45,7 @@
 	rm $(TBALL)
 
 $(TBALL): Swift/inst/swift/bin/swift $(PKG_FILES) Makefile
-	if [ -d .svn -a -x "`which svn`" ]; then svn info > Swift/svninfo; fi
+	- if [ -d .svn -a -x "`which svn`" ]; then svn info > Swift/svninfo; fi
 	R CMD build Swift
 
 




More information about the Swift-commit mailing list