[Rcpp-commits] r516 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 30 18:45:33 CET 2010


Author: edd
Date: 2010-01-30 18:45:32 +0100 (Sat, 30 Jan 2010)
New Revision: 516

Modified:
   pkg/cleanup
Log:
simpler recursive cleanup of inst/lib/


Modified: pkg/cleanup
===================================================================
--- pkg/cleanup	2010-01-30 17:27:10 UTC (rev 515)
+++ pkg/cleanup	2010-01-30 17:45:32 UTC (rev 516)
@@ -1,8 +1,8 @@
 
-rm -fr inst/lib
 rm -f confdefs.h config.log config.status \
 	src/*.o src/*.so src/*.a src/*.d src/*.dll src/*.rc \
 	RcppSrc/*.o RcppSrc/*.a inst/Rcpp-version.txt \
+	inst/lib/libRcpp.so inst/lib/Rcpp*.h inst/lib/libRcpp.a \
 	inst/doc/*.cpp inst/doc/*.hpp \
 	inst/doc/*.out \
 	inst/doc/*.Rd inst/doc/*.aux inst/doc/*.log inst/doc/*.tex \
@@ -13,5 +13,6 @@
         inst/discovery/cxx0x.Rout \
 	src/Makedeps 
 rm -rf	autom4te.cache
+rm -rf  inst/lib/
 find . -name \*~ -exec rm {} \;
 find . -name \*.flc -exec rm {} \;



More information about the Rcpp-commits mailing list