diff options
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index 3561e5768..8c95ef2d4 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -74,6 +74,10 @@ release: distclean | |||
74 | -print \ | 74 | -print \ |
75 | -exec rm -r -f {} \; ; \ | 75 | -exec rm -r -f {} \; ; \ |
76 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ | 76 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ |
77 | -name .gitignore \ | ||
78 | -print \ | ||
79 | -exec rm -f {} \; ; \ | ||
80 | find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \ | ||
77 | -name .\#* \ | 81 | -name .\#* \ |
78 | -print \ | 82 | -print \ |
79 | -exec rm -f {} \; ; \ | 83 | -exec rm -f {} \; ; \ |