projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44539f
)
Makefile.custom: make "make release" delete .gitignore files too
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 2 Nov 2013 21:06:36 +0000
(22:06 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 2 Nov 2013 21:06:36 +0000
(22:06 +0100)
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile.custom
patch
|
blob
|
history
diff --git
a/Makefile.custom
b/Makefile.custom
index 3561e57687ca32bf9d6019db4c273d8f950bf3be..8c95ef2d42349349cc863865a3e7a41f42165769 100644
(file)
--- a/
Makefile.custom
+++ b/
Makefile.custom
@@
-73,6
+73,10
@@
release: distclean
-name .git \
-print \
-exec rm -r -f {} \; ; \
+ find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
+ -name .gitignore \
+ -print \
+ -exec rm -f {} \; ; \
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
-name .\#* \
-print \