From f4dd6e3d1a49c61c0b0463c6414b734cf95c106f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Jun 2001 17:26:38 +0000 Subject: [PATCH] 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 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 \ -- 2.25.1