[Phylobase-commits] r478 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 18 21:04:46 CEST 2009
Author: francois
Date: 2009-08-18 21:04:46 +0200 (Tue, 18 Aug 2009)
New Revision: 478
Modified:
pkg/cleanup
Log:
attempt to remove all the files after compilation of NCL and hoping that it will compile with no error in the future
Modified: pkg/cleanup
===================================================================
--- pkg/cleanup 2009-08-18 18:59:01 UTC (rev 477)
+++ pkg/cleanup 2009-08-18 19:04:46 UTC (rev 478)
@@ -9,6 +9,13 @@
rm -rf autom4te.cache
cd src/ncl
make clean
-cd ../..
+rm -f stamp-h1
+rm -f libtool
+rm -f configure.lineno
+rm -f Makefile
+rm -rf ncl/.deps
+cd ncl
+rm -f Makefile
+cd ../../..
find . -name \*~ -exec rm {} \;
find . -name \*.flc -exec rm {} \;
More information about the Phylobase-commits
mailing list