From: Andrea Bolognani Date: Fri, 12 Mar 2021 16:34:23 +0000 (+0100) Subject: ci: Discourage users from using the Makefile directly X-Git-Tag: v7.2.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c747e51e92e8cfd038d88c391e4698fda87e8bf6;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Erik Skultety --- 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:"