diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-04 17:26:38 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-04 17:26:38 +0000 |
commit | 31ac2e50f0eb74c66f0971ddc658fbfe8afa3d1a (patch) | |
tree | df6f9187156e1fe5ece7fe43941eef89a5d1bce9 /Makefile | |
parent | c329f78971157e037b4d8d126279864e99bf213c (diff) | |
download | busybox-w32-31ac2e50f0eb74c66f0971ddc658fbfe8afa3d1a.tar.gz busybox-w32-31ac2e50f0eb74c66f0971ddc658fbfe8afa3d1a.tar.bz2 busybox-w32-31ac2e50f0eb74c66f0971ddc658fbfe8afa3d1a.zip |
Do not purge the .cvsignore files on 'make release' so that
people can properly import into their own CVS trees.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2790 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -421,11 +421,6 @@ dist release: distclean doc | |||
421 | -exec rm -rf {} \; ; \ | 421 | -exec rm -rf {} \; ; \ |
422 | \ | 422 | \ |
423 | find busybox-$(VERSION)/ -type f \ | 423 | find busybox-$(VERSION)/ -type f \ |
424 | -name .cvsignore \ | ||
425 | -print \ | ||
426 | -exec rm -f {} \; ; \ | ||
427 | \ | ||
428 | find busybox-$(VERSION)/ -type f \ | ||
429 | -name .\#* \ | 424 | -name .\#* \ |
430 | -print \ | 425 | -print \ |
431 | -exec rm -f {} \; ; \ | 426 | -exec rm -f {} \; ; \ |