diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-11-09 15:58:53 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-11-09 23:00:50 +0000 |
commit | 6540c288372c3cbb94a30daa5a40e97690cb0ea5 (patch) | |
tree | b3e6c91d9e23e3a290bd31011ff0cfbd91f0e6b1 /solenv/gbuild | |
parent | 453cf8a4c44b7935c3029524bfd40fa9c1d87753 (diff) |
Remove misleading 'make build' line from gbuild help
Change-Id: If389e2dc6f5af07662e6ab8aa94e0e9ce8e30f5b
Reviewed-on: https://gerrit.libreoffice.org/19865
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/gbuild.help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index 93649942e573..35b97c7e7712 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -28,7 +28,6 @@ IMPORTANT OPTIONS AVAILABLE TARGETS all build product and run unit tests (default goal) - build build product unitcheck run unit tests slowcheck run slow unit tests subsequentcheck run system tests (requires full installation) @@ -43,6 +42,7 @@ AVAILABLE TARGETS NOTE: needs graphviz to work showmodules shows all registered modules <module> build the named module + <module>.build build the named module without running unittests <module>.check run unittests of the named module <module>.clean clean the named module <module>.all build the named module and the pre-requisite modules for it |