[Rcpp-commits] r2680 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 2 21:19:47 CET 2010


Author: romain
Date: 2010-12-02 21:19:47 +0100 (Thu, 02 Dec 2010)
New Revision: 2680

Modified:
   pkg/Rcpp/cleanup
Log:
cleanup to clean src-* (multi arch) directories

Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup	2010-12-02 20:17:52 UTC (rev 2679)
+++ pkg/Rcpp/cleanup	2010-12-02 20:19:47 UTC (rev 2680)
@@ -21,7 +21,7 @@
 	build/Rcpp.pdf
 
 rm -rf	autom4te.cache inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
-   	inst/doc/auto inst/doc/Rcpp-*/auto/ 
+   	inst/doc/auto inst/doc/Rcpp-*/auto/ src-* 
 
 find . -name \*~ -exec rm {} \;
 find . -name \*.flc -exec rm {} \;



More information about the Rcpp-commits mailing list