diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt index aead63d1c0c5..9362667f1b23 100644 --- a/solenv/gbuild/gbuild.help.txt +++ b/solenv/gbuild/gbuild.help.txt @@ -27,20 +27,27 @@ IMPORTANT OPTIONS (descriptions from GNU make man page) AVAILABLE TARGETS - all build product and run unit tests (default goal) - unitcheck run unit tests - slowcheck run slow unit tests - subsequentcheck run system tests (requires full installation) - stagingcheck run (unstable/failing) tests from staging area - (requires full installation) - perfcheck run performance/callgrind unit tests - check run unit tests and if in toplevel subsequentcheck - clean remove all generated files - debugrun starts the INSTDIR instance and allows tests to be run - against it - dump-deps-png creates dependency diagrams in PNG format - NOTE: needs graphviz to work - showmodules shows all registered modules + all build product and run unit tests (default goal) + clean remove all generated files + debugrun starts the INSTDIR instance and allows tests to + be run against it + check run unit tests and if in toplevel subsequentcheck + unitcheck run unit tests + slowcheck run slow unit tests + subsequentcheck run system tests (requires full installation) + stagingcheck run (unstable/failing) tests from staging area + (requires full installation) + perfcheck run performance/callgrind unit tests + + build-l10n-only builds translation files for the build products + build-non-l10n-only builds the product without the localization files + translations extract .pot files to workdir/pot + + packageinfo generates package information for distros + dump-deps-png creates dependency diagrams in PNG format + NOTE: needs graphviz to work + showmodules shows all registered modules + build the named module .build build the named module without running unittests .check run unittests of the named module