From d6bbf99a8b174d8535c195c71d3560a0d83d95fc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 22 Nov 2006 09:39:48 +0000 Subject: - reinstate "make checkhelp" --- Makefile.custom | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.custom') 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 bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v) -### checkhelp: -### $(Q)$(srctree)/scripts/checkhelp.awk \ -### $(wildcard $(patsubst %,%/Config.in,$(SRC_DIRS) ./)) +.PHONY: checkhelp +checkhelp: + $(Q)$(srctree)/scripts/checkhelp.awk \ + $(patsubst %,$(srctree)/%,$(wildcard $(patsubst %,%/Config.in,$(busybox-dirs) ./))) .PHONY: sizes sizes: busybox_unstripped -- cgit v1.2.3