Do not purge the .cvsignore files on 'make release' so that

people can properly import into their own CVS trees.
 -Erik
This commit is contained in:
Eric Andersen 2001-06-04 17:26:38 +00:00
parent cb2a372c9f
commit f4dd6e3d1a

View File

@ -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 \