diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-05-16 02:48:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-16 02:48:21 +0200 |
commit | 0bb2980605f88b1c78757db0c7a149d15a167288 (patch) | |
tree | 4a4a8773f0b941c9ea18228c61acf4c9e8601a7d | |
parent | 8806d64acd621cb5fd65b6a512cb6dc99079ca4d (diff) | |
download | busybox-w32-0bb2980605f88b1c78757db0c7a149d15a167288.tar.gz busybox-w32-0bb2980605f88b1c78757db0c7a149d15a167288.tar.bz2 busybox-w32-0bb2980605f88b1c78757db0c7a149d15a167288.zip |
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 <ptyser@xes-inc.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1001,6 +1001,8 @@ $(mrproper-dirs): | |||
1001 | mrproper: clean archmrproper $(mrproper-dirs) | 1001 | mrproper: clean archmrproper $(mrproper-dirs) |
1002 | $(call cmd,rmdirs) | 1002 | $(call cmd,rmdirs) |
1003 | $(call cmd,rmfiles) | 1003 | $(call cmd,rmfiles) |
1004 | @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f | ||
1005 | @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f | ||
1004 | 1006 | ||
1005 | # distclean | 1007 | # distclean |
1006 | # | 1008 | # |