[libvirt PATCH v3 10/10] ci: Discourage users from using the Makefile directly

Andrea Bolognani posted 10 patches 4 years, 11 months ago
[libvirt PATCH v3 10/10] ci: Discourage users from using the Makefile directly
Posted by Andrea Bolognani 4 years, 11 months ago
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>
---
 ci/Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

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:"
-- 
2.26.2