[Fai-commit] r6313 - trunk

Thomas Lange lange at alioth.debian.org
Mon Mar 14 05:48:45 UTC 2011


Author: lange
Date: 2011-03-14 05:48:44 +0000 (Mon, 14 Mar 2011)
New Revision: 6313

Modified:
   trunk/Makefile
Log:
remove temporary directory in clean target

this may be needed if perlcheck was interrupted


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-03-13 22:11:16 UTC (rev 6312)
+++ trunk/Makefile	2011-03-14 05:48:44 UTC (rev 6313)
@@ -64,6 +64,7 @@
 
 clean:
 	find -name svn-commit\*.tmp -o -name svn-commit.tmp~ | xargs -r rm
+	rm -rf perl-dummy
 	$(MAKE) -C doc clean
 
 veryclean: clean




More information about the Fai-commit mailing list