From f4dd6e3d1a49c61c0b0463c6414b734cf95c106f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Jun 2001 17:26:38 +0000 Subject: Do not purge the .cvsignore files on 'make release' so that people can properly import into their own CVS trees. -Erik --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 62786b9..2af1525 100644 --- a/Makefile +++ b/Makefile @@ -421,11 +421,6 @@ dist release: distclean doc -exec rm -rf {} \; ; \ \ find busybox-$(VERSION)/ -type f \ - -name .cvsignore \ - -print \ - -exec rm -f {} \; ; \ - \ - find busybox-$(VERSION)/ -type f \ -name .\#* \ -print \ -exec rm -f {} \; ; \ -- cgit v1.1