[Libreoffice-commits] core.git: solenv/gbuild

Thorsten Behrens Thorsten.Behrens at CIB.de
Mon Nov 9 15:01:11 PST 2015


 solenv/gbuild/gbuild.help.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6540c288372c3cbb94a30daa5a40e97690cb0ea5
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Mon Nov 9 15:58:53 2015 +0100

    Remove misleading 'make build' line from gbuild help
    
    Change-Id: If389e2dc6f5af07662e6ab8aa94e0e9ce8e30f5b
    Reviewed-on: https://gerrit.libreoffice.org/19865
    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 9364994..35b97c7 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


More information about the Libreoffice-commits mailing list