From e446df30e5d9424d62340e20c7b40c4d9aded43c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 3 Dec 2024 12:26:34 +0000 Subject: [PATCH] make/rpmdist.mk: Add target echo-pkg Add echo-pkg target to debug packaging related variables. Signed-off-by: Jan Lindemann --- make/rpmdist.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make/rpmdist.mk b/make/rpmdist.mk index cac387cb..3d5a553a 100644 --- a/make/rpmdist.mk +++ b/make/rpmdist.mk @@ -383,3 +383,8 @@ pkg-upload-stable: @echo "This project doesn't support building packages, ignoring request to $(patsubst pkg-%,%,$@)." endif # ifneq ($(BUILD_PROJECT_PACKAGE),false) + +echo: echo-pkg +echo-dist: + @echo "TARGET_HOST = $(TARGET_HOST)" +