|
@@ -937,7 +937,10 @@ help:
|
|
@echo ' <pkg>-dirclean - Remove <pkg> build directory'
|
|
@echo ' <pkg>-dirclean - Remove <pkg> build directory'
|
|
@echo ' <pkg>-reconfigure - Restart the build from the configure step'
|
|
@echo ' <pkg>-reconfigure - Restart the build from the configure step'
|
|
@echo ' <pkg>-rebuild - Restart the build from the build 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)
|
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
@echo ' busybox-menuconfig - Run BusyBox menuconfig'
|
|
@echo ' busybox-menuconfig - Run BusyBox menuconfig'
|
|
endif
|
|
endif
|