aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-22 09:39:48 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-22 09:39:48 +0000
commit6e9a452d0bc16107c2b56f2e8f44ae2cccbab209 (patch)
treedd6136cc3f7861e6a10d3b3eeb06b46b2b5518e5 /Makefile.custom
parentdd1eab02fe4c3a28b0c1f5792c93ac14da59eda5 (diff)
downloadbusybox-w32-6e9a452d0bc16107c2b56f2e8f44ae2cccbab209.tar.gz
busybox-w32-6e9a452d0bc16107c2b56f2e8f44ae2cccbab209.tar.bz2
busybox-w32-6e9a452d0bc16107c2b56f2e8f44ae2cccbab209.zip
- reinstate "make checkhelp"
git-svn-id: svn://busybox.net/trunk/busybox@16618 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 13da38e76..ce808196a 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -42,9 +42,10 @@ check test: busybox
42 bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ 42 bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \
43 $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v) 43 $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v)
44 44
45### checkhelp: 45.PHONY: checkhelp
46### $(Q)$(srctree)/scripts/checkhelp.awk \ 46checkhelp:
47### $(wildcard $(patsubst %,%/Config.in,$(SRC_DIRS) ./)) 47 $(Q)$(srctree)/scripts/checkhelp.awk \
48 $(patsubst %,$(srctree)/%,$(wildcard $(patsubst %,%/Config.in,$(busybox-dirs) ./)))
48 49
49.PHONY: sizes 50.PHONY: sizes
50sizes: busybox_unstripped 51sizes: busybox_unstripped