summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-25 17:24:04 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:06 -0600
commit6803ea682b5f64198a8def2ab4ee516971ad7283 (patch)
treebe90d6df7e3891c2c4dbcc45ad4d33e2c309ec6f /solenv
parentfixes for windows build for config_host.mk based build (diff)
downloadcore-6803ea682b5f64198a8def2ab4ee516971ad7283.tar.gz
core-6803ea682b5f64198a8def2ab4ee516971ad7283.zip
adjust gbuild doc
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 1633bd936f2f..8b4c16250493 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -373,6 +373,14 @@ AVAILABLE TARGETS
showdeliverables show the targets delivered to OUTDIR and their source
debugrun starts the dev-install instance and allows tests to be run
against it
+ <module> build the named module
+ <module>.clean clean the named module
+ <module>.all for dmake modules only, build the named module and
+ the pre-requisite modules for this module
+ <module>.deliver for dmake modules only, deliver the named module
+ cmd execute the command contained in the variable cmd=""
+ in a shell with config_host.mk or config_build.mk
+ environement set. (see gb_SIDE)
INTERACTIVE VARIABLES:
DEBUG / debug If not empty, build with DBGLEVEL=1 (see below).
@@ -400,7 +408,9 @@ INTERACTIVE VARIABLES:
gb_FULLDEPS Generate and use dependencies (on by default, handle with care).
gb_COLOR Use ASCII color output.
gb_TITLES Show progress in terminal title.
-
+ gb_Side Either "host" of "build" (default to "host").
+ determine if config_host.mk or config_build.mk is used to
+ set the build environment.
endef
.PHONY: help