aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-03-14 20:33:00 +0000
committerRon Yorston <rmy@pobox.com>2015-03-14 20:33:00 +0000
commita4f58436b78fe59e57620c6e0301f213ee25f273 (patch)
tree8355f724926e605280af2d6f2b1ccc6b1bd02dee /Makefile
parentba0c36cfcf84efbac6f89e27238e04bb57e9cd45 (diff)
parent49acc1a7618a28d34381cbb7661d7c981fcb238f (diff)
downloadbusybox-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--Makefile23
1 files changed, 3 insertions, 20 deletions
diff --git a/Makefile b/Makefile
index a64b0c926..0db8631b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 23 2PATCHLEVEL = 24
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -1167,24 +1167,7 @@ endif
1167ALLSOURCE_ARCHS := $(ARCH) 1167ALLSOURCE_ARCHS := $(ARCH)
1168 1168
1169define all-sources 1169define 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 )
1188endef 1171endef
1189 1172
1190quiet_cmd_cscope-file = FILELST cscope.files 1173quiet_cmd_cscope-file = FILELST cscope.files