diff options
author | Ron Yorston <rmy@pobox.com> | 2015-03-14 20:33:00 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-03-14 20:33:00 +0000 |
commit | a4f58436b78fe59e57620c6e0301f213ee25f273 (patch) | |
tree | 8355f724926e605280af2d6f2b1ccc6b1bd02dee /Makefile | |
parent | ba0c36cfcf84efbac6f89e27238e04bb57e9cd45 (diff) | |
parent | 49acc1a7618a28d34381cbb7661d7c981fcb238f (diff) | |
download | busybox-w32-a4f58436b78fe59e57620c6e0301f213ee25f273.tar.gz busybox-w32-a4f58436b78fe59e57620c6e0301f213ee25f273.tar.bz2 busybox-w32-a4f58436b78fe59e57620c6e0301f213ee25f273.zip |
Merge branch 'busybox' into merge
Conflicts:
coreutils/od_bloaty.c
libbb/lineedit.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 23 |
1 files changed, 3 insertions, 20 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 23 | 2 | PATCHLEVEL = 24 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = .git |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -1167,24 +1167,7 @@ endif | |||
1167 | ALLSOURCE_ARCHS := $(ARCH) | 1167 | ALLSOURCE_ARCHS := $(ARCH) |
1168 | 1168 | ||
1169 | define all-sources | 1169 | define all-sources |
1170 | ( find $(__srctree) $(RCS_FIND_IGNORE) \ | 1170 | ( find -regex '.*\.[ch]$$' ) |
1171 | \( -name include -o -name arch \) -prune -o \ | ||
1172 | -name '*.[chS]' -print; \ | ||
1173 | for ARCH in $(ALLSOURCE_ARCHS) ; do \ | ||
1174 | find $(__srctree)arch/$${ARCH} $(RCS_FIND_IGNORE) \ | ||
1175 | -name '*.[chS]' -print; \ | ||
1176 | done ; \ | ||
1177 | find $(__srctree)security/selinux/include $(RCS_FIND_IGNORE) \ | ||
1178 | -name '*.[chS]' -print; \ | ||
1179 | find $(__srctree)include $(RCS_FIND_IGNORE) \ | ||
1180 | \( -name config -o -name 'asm-*' \) -prune \ | ||
1181 | -o -name '*.[chS]' -print; \ | ||
1182 | for ARCH in $(ALLINCLUDE_ARCHS) ; do \ | ||
1183 | find $(__srctree)include/asm-$${ARCH} $(RCS_FIND_IGNORE) \ | ||
1184 | -name '*.[chS]' -print; \ | ||
1185 | done ; \ | ||
1186 | find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \ | ||
1187 | -name '*.[chS]' -print ) | ||
1188 | endef | 1171 | endef |
1189 | 1172 | ||
1190 | quiet_cmd_cscope-file = FILELST cscope.files | 1173 | quiet_cmd_cscope-file = FILELST cscope.files |