gbuild: expanded "make help" with missing targets.
Change-Id: I10d30097a7e7099d43a6760489dcbbf405828960 Reviewed-on: https://gerrit.libreoffice.org/20267 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
This commit is contained in:
parent
7532317631
commit
361dfe0cce
1 changed files with 21 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue