aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:17:00 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:17:00 +1000
commit38a1e6da34ffe9f0c6cdb8661b263eb80d72981f (patch)
tree434501acda4fa6c635e058eca4eea449dcfbbd08 /Makefile
parentadcaaebedad72991d917fc57348a1b7a87067c2d (diff)
parent4f63c7931c42351e38619842681026ff2c20c7ee (diff)
downloadbusybox-w32-38a1e6da34ffe9f0c6cdb8661b263eb80d72981f.tar.gz
busybox-w32-38a1e6da34ffe9f0c6cdb8661b263eb80d72981f.tar.bz2
busybox-w32-38a1e6da34ffe9f0c6cdb8661b263eb80d72981f.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 547c7166e..6f332825f 100644
--- a/Makefile
+++ b/Makefile
@@ -1003,8 +1003,8 @@ $(mrproper-dirs):
1003mrproper: clean archmrproper $(mrproper-dirs) 1003mrproper: clean archmrproper $(mrproper-dirs)
1004 $(call cmd,rmdirs) 1004 $(call cmd,rmdirs)
1005 $(call cmd,rmfiles) 1005 $(call cmd,rmfiles)
1006 @find -name Config.src | sed 's/.src$/.in/' | xargs -r rm -f 1006 @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
1007 @find -name Kbuild.src | sed 's/.src$//' | xargs -r rm -f 1007 @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
1008 1008
1009# distclean 1009# distclean
1010# 1010#