From 7bdc1e2c0041c3fac8b2e5d3364fecd77e2db09f Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 22 Mar 2014 15:25:01 +0100 Subject: [PATCH] OP-1233 documented new GCS make options (QMAKE_SKIP and MAKE_DIR) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2606e9a6d..d81d7470c 100644 --- a/Makefile +++ b/Makefile @@ -960,6 +960,9 @@ help: @$(ECHO) @$(ECHO) " [GCS]" @$(ECHO) " gcs - Build the Ground Control System (GCS) application (debug|release)" + @$(ECHO) " Skip qmake: QMAKE_SKIP=1" + @$(ECHO) " Compile specific directory: MAKE_DIR=" + @$(ECHO) " Example: make gcs QMAKE_SKIP=1 MAKE_DIR=src/plugins/coreplugin" @$(ECHO) " gcs_clean - Remove the Ground Control System (GCS) application (debug|release)" @$(ECHO) " Supported build configurations: GCS_BUILD_CONF=debug|release (default is $(GCS_BUILD_CONF))" @$(ECHO)