[Swift-commit] r3996 - SwiftApps/SwiftR

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Jan 18 10:35:23 CST 2011


Author: tga
Date: 2011-01-18 10:35:23 -0600 (Tue, 18 Jan 2011)
New Revision: 3996

Modified:
   SwiftApps/SwiftR/Makefile
Log:
Bugfixes to makefile: clean now ensures that tarball is removed, and install now uses the correct package name.


Modified: SwiftApps/SwiftR/Makefile
===================================================================
--- SwiftApps/SwiftR/Makefile	2011-01-18 16:29:24 UTC (rev 3995)
+++ SwiftApps/SwiftR/Makefile	2011-01-18 16:35:23 UTC (rev 3996)
@@ -7,7 +7,7 @@
 SW := $(shell which swift)
 SWIFT_PATH := $(shell cd `dirname $(SW)`/..; pwd)
 
-TBALL=SWIFT_$(SWIFTR_VERSION).tar.gz
+TBALL=Swift_$(SWIFTR_VERSION).tar.gz
 
 all: build
 
@@ -23,6 +23,7 @@
 
 clean: 
 	rm -rf Swift/inst/swift/*
+	rm $(TBALL)
 
 $(TBALL): 
 	mkdir -p Swift/inst/swift




More information about the Swift-commit mailing list