summaryrefslogtreecommitdiff
path: root/ci/Makefile
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-03-12 17:34:23 +0100
committerAndrea Bolognani <abologna@redhat.com>2021-03-15 18:49:03 +0100
commitc747e51e92e8cfd038d88c391e4698fda87e8bf6 (patch)
tree359d47585e5384f0cf7df6bccea2d78dccb6b3e0 /ci/Makefile
parentb79e48db7edc15d0f1eb2633c476d527473e0791 (diff)
downloadlibvirt-c747e51e92e8cfd038d88c391e4698fda87e8bf6.tar.gz
ci: Discourage users from using the Makefile directly
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>
Diffstat (limited to 'ci/Makefile')
-rw-r--r--ci/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/Makefile b/ci/Makefile
index fc0d2590db..72f5bda942 100644
--- a/ci/Makefile
+++ b/ci/Makefile
@@ -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:"