aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:15 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:56:15 +0700
commit5f6f2162512106adf120d4b528bb125e93e34429 (patch)
tree7d7449f755633c263be7125ad58d21cc3ca5b8a7 /Makefile
parent9db69882bee2d528d706d61d34ef7741122330be (diff)
parenta116552869db5e7793ae10968eb3c962c69b3d8c (diff)
downloadbusybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.gz
busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.tar.bz2
busybox-w32-5f6f2162512106adf120d4b528bb125e93e34429.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aff2a7a55..74c8b34f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 18 2PATCHLEVEL = 19
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = .git 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
@@ -465,7 +465,7 @@ core-y := \
465 465
466libs-y := \ 466libs-y := \
467 archival/ \ 467 archival/ \
468 archival/libunarchive/ \ 468 archival/libarchive/ \
469 console-tools/ \ 469 console-tools/ \
470 coreutils/ \ 470 coreutils/ \
471 coreutils/libcoreutils/ \ 471 coreutils/libcoreutils/ \
@@ -1010,8 +1010,8 @@ $(mrproper-dirs):
1010mrproper: clean archmrproper $(mrproper-dirs) 1010mrproper: clean archmrproper $(mrproper-dirs)
1011 $(call cmd,rmdirs) 1011 $(call cmd,rmdirs)
1012 $(call cmd,rmfiles) 1012 $(call cmd,rmfiles)
1013 @find -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f 1013 @find . -name Config.src | sed 's/.src$$/.in/' | xargs -r rm -f
1014 @find -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f 1014 @find . -name Kbuild.src | sed 's/.src$$//' | xargs -r rm -f
1015 1015
1016# distclean 1016# distclean
1017# 1017#