[Swift-commit] r4112 - SwiftApps/SwiftR

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 17 10:51:50 CST 2011


Author: tga
Date: 2011-02-17 10:51:50 -0600 (Thu, 17 Feb 2011)
New Revision: 4112

Modified:
   SwiftApps/SwiftR/Makefile
Log:
Make automatically includes svn revision info in release tarball.


Modified: SwiftApps/SwiftR/Makefile
===================================================================
--- SwiftApps/SwiftR/Makefile	2011-02-16 22:38:58 UTC (rev 4111)
+++ SwiftApps/SwiftR/Makefile	2011-02-17 16:51:50 UTC (rev 4112)
@@ -45,6 +45,7 @@
 	rm $(TBALL)
 
 $(TBALL): Swift/inst/swift/bin/swift $(PKG_FILES) Makefile
+	if [ -d .svn ]; then svn info > Swift/svninfo; fi
 	R CMD build Swift
 
 




More information about the Swift-commit mailing list