[Rivet-svn] r1686 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 14 15:39:05 BST 2009


Author: buckley
Date: Tue Jul 14 15:39:05 2009
New Revision: 1686

Log:
Add -r for build directory deletion with 'make clean'

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Tue Jul 14 15:20:45 2009	(r1685)
+++ trunk/pyext/Makefile.am	Tue Jul 14 15:39:05 2009	(r1686)
@@ -26,7 +26,7 @@
 clean-local:
 	$(PYTHON) setup.py clean --all
 	@rm -f $(top_builddir)/*.pyc
-	@rm -f $(builddir)/build
+	@rm -rf $(builddir)/build
 	@rm -rf dist
 
 distclean-local:


More information about the Rivet-svn mailing list