summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d77b5396cf..65f5a65d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -937,7 +937,10 @@ help:
@echo ' <pkg>-dirclean - Remove <pkg> build directory'
@echo ' <pkg>-reconfigure - Restart the build from the configure step'
@echo ' <pkg>-rebuild - Restart the build from the build step'
- $(foreach p,$(HELP_PACKAGES),$($(p)_HELP_CMDS)$(sep))
+ $(foreach p,$(HELP_PACKAGES), \
+ @echo $(sep) \
+ @echo '$($(p)_NAME):' $(sep) \
+ $($(p)_HELP_CMDS)$(sep))
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
@echo ' busybox-menuconfig - Run BusyBox menuconfig'
endif
OpenPOWER on IntegriCloud