[Libreoffice-commits] core.git: solenv/gbuild
jan iversen
jani at documentfoundation.org
Thu Dec 3 05:25:16 PST 2015
solenv/gbuild/gbuild.help.txt | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
New commits:
commit 361dfe0cced6e621eea7b6b5e087b1aec9c3ba4a
Author: jan iversen <jani at documentfoundation.org>
Date: Sun Nov 29 09:59:37 2015 +0100
gbuild: expanded "make help" with missing targets.
Change-Id: I10d30097a7e7099d43a6760489dcbbf405828960
Reviewed-on: https://gerrit.libreoffice.org/20267
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/solenv/gbuild/gbuild.help.txt b/solenv/gbuild/gbuild.help.txt
index aead63d..9362667 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
+
<module> build the named module
<module>.build build the named module without running unittests
<module>.check run unittests of the named module
More information about the Libreoffice-commits
mailing list