[Fai-commit] r3413 - trunk

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sat Apr 15 22:39:20 UTC 2006


Author: lange
Date: 2006-04-15 22:39:19 +0000 (Sat, 15 Apr 2006)
New Revision: 3413

Modified:
   trunk/Makefile
Log:
remove all svn temporary files


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-04-15 21:37:24 UTC (rev 3412)
+++ trunk/Makefile	2006-04-15 22:39:19 UTC (rev 3413)
@@ -15,7 +15,7 @@
 	$(MAKE) -C doc all
 
 clean:
-	find -name svn-commit.tmp -o -name svn-commit.tmp~ | xargs -r rm
+	find -name svn-commit\*.tmp -o -name svn-commit.tmp~ | xargs -r rm
 	$(MAKE) -C doc clean
 
 veryclean: clean




More information about the Fai-commit mailing list