[BusyBox-cvs] svn commit: branches/busybox_1_00_stable/busybox

andersen at busybox.net andersen at busybox.net
Wed Aug 17 00:01:38 UTC 2005


Author: andersen
Date: 2005-08-16 18:01:38 -0600 (Tue, 16 Aug 2005)
New Revision: 11173

Log:
When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present)


Modified:
   branches/busybox_1_00_stable/busybox/Makefile


Changeset:
Modified: branches/busybox_1_00_stable/busybox/Makefile
===================================================================
--- branches/busybox_1_00_stable/busybox/Makefile	2005-08-16 23:59:17 UTC (rev 11172)
+++ branches/busybox_1_00_stable/busybox/Makefile	2005-08-17 00:01:38 UTC (rev 11173)
@@ -291,7 +291,7 @@
 	cp -a busybox $(PROG)-$(VERSION); \
 	\
 	find $(PROG)-$(VERSION)/ -type d \
-		-name CVS \
+		-name .svn \
 		-print \
 		-exec rm -rf {} \; ; \
 	\




More information about the busybox-cvs mailing list