diff options
-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 {} \; ; \ |