]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: Makefile: Mention CI_MAKE_ARGS and CI_CONFIGURE_ARGS in ci-help
authorErik Skultety <eskultet@redhat.com>
Wed, 17 Jun 2020 14:17:52 +0000 (16:17 +0200)
committerErik Skultety <eskultet@redhat.com>
Thu, 18 Jun 2020 07:19:21 +0000 (09:19 +0200)
Document the CI_MAKE_ARGS and CI_CONFIGURE_ARGS so that users don't have
to skim through the Makefile to be able to pass arbitrary recognized
make targets to the build system.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
ci/Makefile

index 7840cc8d89709e7498577139aa4a3c1ea8d927c9..65d8fcca070045b3240ed04bc70225663a301d16 100644 (file)
@@ -263,7 +263,9 @@ ci-help:
        @echo
        @echo "Available make variables:"
        @echo
-       @echo "    CI_CLEAN=0     - do not delete '$(CI_SCRATCHDIR)' after completion"
-       @echo "    CI_REUSE=1     - re-use existing '$(CI_SCRATCHDIR)' content"
-       @echo "    CI_ENGINE=auto - container engine to use (podman, docker)"
+       @echo "    CI_CLEAN=0          - do not delete '$(CI_SCRATCHDIR)' after completion"
+       @echo "    CI_REUSE=1          - re-use existing '$(CI_SCRATCHDIR)' content"
+       @echo "    CI_ENGINE=auto      - container engine to use (podman, docker)"
+       @echo "    CI_CONFIGURE_ARGS=  - extra arguments passed to configure"
+       @echo "    CI_MAKE_ARGS=       - extra arguments passed to make, e.g. space delimited list of targets"
        @echo