From: Arnout Vandecappelle Date: Sun, 12 Oct 2014 10:22:04 +0000 (+0200) Subject: Makefile: make help: remove - help, add link to online manual X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61446d3d154478ca01b1ccb57bf9a6e8ff60b7ec;p=buildroot.git Makefile: make help: remove - help, add link to online manual We only documented a few of the - targets and it's hard to decide which ones are relevant for make help. Since the help is already way too long, it's better to remove these advanced targets. Instead, let's refer to the online manual. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Cc: Vivien Didelot Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 9a6ff156ce..907a0fc34a 100644 --- a/Makefile +++ b/Makefile @@ -847,9 +847,6 @@ help: @echo 'Build:' @echo ' all - make world' @echo ' toolchain - build toolchain' - @echo ' -rebuild - force recompile ' - @echo ' -reconfigure - force reconfigure ' - @echo ' -graph-depends - generate graph of the dependency tree for package' @echo @echo 'Configuration:' @echo ' menuconfig - interactive curses-based configurator' @@ -912,7 +909,8 @@ ifneq ($(wildcard $(BR2_EXTERNAL)/configs/*_defconfig),) printf " %-35s - Build for %s\\n" $(b) $(b:_defconfig=);) endif @echo - @echo 'See docs/README, or generate the Buildroot manual for further details' + @echo 'For further details, see README, generate the Buildroot manual, or consult' + @echo 'it on-line at http://buildroot.org/docs.html' @echo release: OUT = buildroot-$(BR2_VERSION)