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:
parent
cb2a372c9f
commit
f4dd6e3d1a
5
Makefile
5
Makefile
@ -420,11 +420,6 @@ dist release: distclean doc
|
|||||||
-print \
|
-print \
|
||||||
-exec rm -rf {} \; ; \
|
-exec rm -rf {} \; ; \
|
||||||
\
|
\
|
||||||
find busybox-$(VERSION)/ -type f \
|
|
||||||
-name .cvsignore \
|
|
||||||
-print \
|
|
||||||
-exec rm -f {} \; ; \
|
|
||||||
\
|
|
||||||
find busybox-$(VERSION)/ -type f \
|
find busybox-$(VERSION)/ -type f \
|
||||||
-name .\#* \
|
-name .\#* \
|
||||||
-print \
|
-print \
|
||||||
|
Loading…
Reference in New Issue
Block a user