Makefile.custom: make "make release" delete .gitignore files too
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user