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:
03f6ee2
)
"make release" should delete .git directory too
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 28 Mar 2010 18:26:40 +0000
(20:26 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 28 Mar 2010 18:26:40 +0000
(20:26 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile.custom
patch
|
blob
|
history
diff --git
a/Makefile.custom
b/Makefile.custom
index fb9ec671ca7f73413c2cdc263963c4390db12371..ecba6bd7938440a8f05d5d630d65729123950ba3 100644
(file)
--- a/
Makefile.custom
+++ b/
Makefile.custom
@@
-64,6
+64,10
@@
release: distclean
-name .svn \
-print \
-exec rm -r -f {} \; ; \
+ find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type d \
+ -name .git \
+ -print \
+ -exec rm -r -f {} \; ; \
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
-name .\#* \
-print \