From: Eric Andersen Date: Mon, 4 Jun 2001 17:26:38 +0000 (-0000) Subject: Do not purge the .cvsignore files on 'make release' so that X-Git-Tag: 0_52~115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4dd6e3d1a49c61c0b0463c6414b734cf95c106f;p=oweals%2Fbusybox.git Do not purge the .cvsignore files on 'make release' so that people can properly import into their own CVS trees. -Erik --- diff --git a/Makefile b/Makefile index 62786b9e8..2af152516 100644 --- 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 \