[Fai-commit] r3150 - trunk
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Mon Dec 5 17:27:47 UTC 2005
Author: lange
Date: 2005-12-05 17:27:47 +0000 (Mon, 05 Dec 2005)
New Revision: 3150
Modified:
trunk/Makefile
Log:
also remove svn-commit.tmp~ files, add -r to xargs
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-12-05 16:15:06 UTC (rev 3149)
+++ trunk/Makefile 2005-12-05 17:27:47 UTC (rev 3150)
@@ -15,8 +15,8 @@
$(MAKE) -C doc all
clean:
+ find -name svn-commit.tmp -o -name svn-commit.tmp~ | xargs -r rm
$(MAKE) -C doc clean
- find -name svn-commit.tmp | xargs rm
veryclean: clean
$(MAKE) -f debian/rules clean
More information about the Fai-commit
mailing list