r1663

stsp at user.in-berlin.de stsp at user.in-berlin.de
Fri Dec 22 17:16:59 CET 2006


Author: stsp
Date: 2006-12-22 17:16:53 +0100 (Fri, 22 Dec 2006)
New Revision: 1663

Log:
Don't remove .svn/tmp directory.
Patch found at:
http://mailman.uclinux.org/pipermail/uclinux-dev/2006-June/038698.html


Modified:
   trunk/include/Makefile

Modified: trunk/include/Makefile
===================================================================
--- trunk/include/Makefile	2006-12-22 15:57:21 UTC (rev 1662)
+++ trunk/include/Makefile	2006-12-22 16:16:53 UTC (rev 1663)
@@ -113,4 +113,4 @@
 
 clean:
 	-find . -depth -type l -a ! -name Makefile | xargs rm > /dev/null 2>&1 || exit 0
-	-find . -depth -type d | xargs rmdir > /dev/null 2>&1 || exit 0
+	-find . -depth -type d | grep -v .svn | xargs rmdir > /dev/null 2>&1 || exit 0




More information about the dslinux-commit mailing list