diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-17 00:01:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-17 00:01:38 +0000 |
commit | d3986eb7ec5fff7b3c3edc386e2b18be3b68c16c (patch) | |
tree | fb54c66d7fd3c23ae827280dbacb3098e5114f8e | |
parent | 9e78a1772d3ea4b5537e791d2066ff9fba7bd201 (diff) | |
download | busybox-w32-1_01.tar.gz busybox-w32-1_01.tar.bz2 busybox-w32-1_01.zip |
When doing 'make release' nuke the .svn directories, not the1_01
CVS dirs (since they are no longer present)
-rw-r--r-- | busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/Makefile b/busybox/Makefile index 0bfb700b6..0f91679c7 100644 --- a/busybox/Makefile +++ b/busybox/Makefile | |||
@@ -291,7 +291,7 @@ release: distclean #doc | |||
291 | cp -a busybox $(PROG)-$(VERSION); \ | 291 | cp -a busybox $(PROG)-$(VERSION); \ |
292 | \ | 292 | \ |
293 | find $(PROG)-$(VERSION)/ -type d \ | 293 | find $(PROG)-$(VERSION)/ -type d \ |
294 | -name CVS \ | 294 | -name .svn \ |
295 | -print \ | 295 | -print \ |
296 | -exec rm -rf {} \; ; \ | 296 | -exec rm -rf {} \; ; \ |
297 | \ | 297 | \ |