[Buildroot] [PATCH 1/1] Makefile: add help for show-targets command

Vadim Kochan vadim4j at gmail.com
Mon Aug 12 19:47:58 UTC 2019


Add help output for "show-targets" command.

Signed-off-by: Vadim Kochan <vadim4j at gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 406efd1ab6..8d2070b5d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1132,6 +1132,7 @@ help:
 	@echo '  legal-info             - generate info about license compliance'
 	@echo '  show-info              - generate info about packages, as a JSON blurb'
 	@echo '  printvars              - dump internal variables selected with VARS=...'
+	@echo '  show-targets           - list targets of selected packages'
 	@echo
 	@echo '  make V=0|1             - 0 => quiet build (default), 1 => verbose build'
 	@echo '  make O=dir             - Locate all output files in "dir", including .config'
-- 
2.22.0



More information about the buildroot mailing list