From 823ef20035b82a9ec5f9e1006877670f7ee64750 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Feb 2013 11:32:18 +0100 Subject: Clean up deliver, showdeliverables, showmodules targets - deliver was only relevant for dmake - showdeliverables works only per-module - "'showmodules' is now pointless, it was used to identify modules from tail_build" [ "Re: Show module dependencies"] Change-Id: I400ec5bed4397a12ce4c5b604253c74ef7de0ce7 --- solenv/gbuild/gbuild.help.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'solenv/gbuild/gbuild.help.txt') diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index aeaf16dccc16..43076d6ea038 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -34,15 +34,14 @@ AVAILABLE TARGETS subsequentcheck run system tests (requires full installation) check run unit tests and if in toplevel subsequentcheck clean remove all generated files - showdeliverables show the targets delivered to OUTDIR and their source - showmodules show the modules that would be loaded debugrun starts the dev-install instance and allows tests to be run against it build the named module .check run unittests of the named module .clean clean the named module .all build the named module and the pre-requisite modules for it - .deliver for dmake modules only, deliver the named module + .showdeliverables show the targets delivered to OUTDIR and their + source 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) -- cgit