projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2a372
)
Do not purge the .cvsignore files on 'make release' so that
author
Eric Andersen
<andersen@codepoet.org>
Mon, 4 Jun 2001 17:26:38 +0000
(17:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 4 Jun 2001 17:26:38 +0000
(17:26 -0000)
people can properly import into their own CVS trees.
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 62786b9e8ab86a5ffa4e7de2b4c26fdb7198bb84..2af152516932ededbf64fb75a81b1057f2ccc7e7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-420,11
+420,6
@@
dist release: distclean doc
-print \
-exec rm -rf {} \; ; \
\
- find busybox-$(VERSION)/ -type f \
- -name .cvsignore \
- -print \
- -exec rm -f {} \; ; \
- \
find busybox-$(VERSION)/ -type f \
-name .\#* \
-print \