[Buildroot] [PATCH] Makefile: Add help to nobuild_targets.

Ignacy Gawędzki ignacy.gawedzki at green-communications.fr
Fri Feb 26 16:48:05 UTC 2016


Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki at green-communications.fr>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 90018b4..c43c599 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ noconfig_targets := menuconfig nconfig gconfig xconfig config oldconfig randconf
 # something else than one of the nobuild_targets.
 nobuild_targets := source source-check \
 	legal-info external-deps _external-deps \
-	clean distclean
+	clean distclean help
 ifeq ($(MAKECMDGOALS),)
 BR_BUILDING = y
 else ifneq ($(filter-out $(nobuild_targets),$(MAKECMDGOALS)),)
-- 
2.5.0


More information about the buildroot mailing list