mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1233 documented new GCS make options (QMAKE_SKIP and MAKE_DIR)
This commit is contained in:
parent
2190ccdf77
commit
7bdc1e2c00
3
Makefile
3
Makefile
@ -960,6 +960,9 @@ help:
|
|||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
@$(ECHO) " [GCS]"
|
@$(ECHO) " [GCS]"
|
||||||
@$(ECHO) " gcs - Build the Ground Control System (GCS) application (debug|release)"
|
@$(ECHO) " gcs - Build the Ground Control System (GCS) application (debug|release)"
|
||||||
|
@$(ECHO) " Skip qmake: QMAKE_SKIP=1"
|
||||||
|
@$(ECHO) " Compile specific directory: MAKE_DIR=<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) " 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) " Supported build configurations: GCS_BUILD_CONF=debug|release (default is $(GCS_BUILD_CONF))"
|
||||||
@$(ECHO)
|
@$(ECHO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user