From b1e0b6d736481efedd4036be414105eb4b5b581b Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Sat, 21 Mar 2015 20:49:47 +0100 Subject: [PATCH] Makefile: help: add package-specific targets The documentation of the package-specific targets is heavily inspired by the earlier patch by Thomas Petazzoni [1], but the -install* targets were left out since they're not useful for the developer IMHO. The *-menuconfig target's help text is moved to the package-specific targets. [1] http://patchwork.ozlabs.org/patch/433692 [Thomas: remove double -graph-depends help.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index 32a18ff4d9..8d09725014 100644 --- a/Makefile +++ b/Makefile @@ -873,6 +873,20 @@ help: @echo ' randpackageconfig - New config with random answer to package options' @echo ' allyespackageconfig - New config where pkg options are accepted with yes' @echo ' allnopackageconfig - New config where package options are answered with no' + @echo + @echo 'Package-specific:' + @echo ' - Build and install and all its dependencies' + @echo ' -source - Only download the source files for ' + @echo ' -extract - Extract sources' + @echo ' -patch - Apply patches to ' + @echo ' -depends - Build '\''s dependencies' + @echo ' -configure - Build up to the configure step' + @echo ' -build - Build up to the build step' + @echo ' -graph-depends - Generate a graph of '\''s dependencies' + @echo ' -dirclean - Remove build directory' + @echo ' -reconfigure - Restart the build from the configure step' + @echo ' -rebuild - Restart the build from the build step' + @echo ' -legal-info - Generate license information for ' ifeq ($(BR2_PACKAGE_BUSYBOX),y) @echo ' busybox-menuconfig - Run BusyBox menuconfig' endif -- 2.30.2