From: Peter Tyser Date: Sun, 16 May 2010 00:48:21 +0000 (+0200) Subject: Makefile: Clean up auto-generated Kbuild and Config.in files X-Git-Tag: 1_17_0~228 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0bb2980605f88b1c78757db0c7a149d15a167288;p=oweals%2Fbusybox.git Makefile: Clean up auto-generated Kbuild and Config.in files Previously these auto-generated files were left behind after a 'make mrproper' was ran. Signed-off-by: Peter Tyser Signed-off-by: Denys Vlasenko --- diff --git a/Makefile b/Makefile index da8f7d7b6..14f5cd149 100644 --- a/Makefile +++ b/Makefile @@ -1001,6 +1001,8 @@ $(mrproper-dirs): mrproper: clean archmrproper $(mrproper-dirs) $(call cmd,rmdirs) $(call cmd,rmfiles) + @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f + @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f # distclean #