mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
"make release" should delete .git directory too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
03f6ee28d6
commit
603884b07e
@ -64,6 +64,10 @@ release: distclean
|
|||||||
-name .svn \
|
-name .svn \
|
||||||
-print \
|
-print \
|
||||||
-exec rm -r -f {} \; ; \
|
-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 \
|
find busybox-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)/ -type f \
|
||||||
-name .\#* \
|
-name .\#* \
|
||||||
-print \
|
-print \
|
||||||
|
Loading…
Reference in New Issue
Block a user