]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Discourage users from using the Makefile directly
authorAndrea Bolognani <abologna@redhat.com>
Fri, 12 Mar 2021 16:34:23 +0000 (17:34 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Mar 2021 17:49:03 +0000 (18:49 +0100)
We now wrap all its important functionality with the much more
user-friendly ci/helper script, and the long term plan is for
the Makefile to disappear completely.

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

index fc0d2590db6031811dfe193e56603edd5cb4710b..72f5bda942248777dc430706ce15ed0b0d898b1b 100644 (file)
@@ -223,6 +223,17 @@ ci-list-images:
        @echo
 
 ci-help:
+       @echo
+       @echo
+       @echo
+       @echo "      !!!  PLEASE DON'T USE THIS DIRECTLY  !!!"
+       @echo
+       @echo "          Use the ci/helper script instead"
+       @echo
+       @echo "      !!!  PLEASE DON'T USE THIS DIRECTLY  !!!"
+       @echo
+       @echo
+       @echo
        @echo "Build libvirt inside containers used for CI"
        @echo
        @echo "Available targets:"