mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make/rpmdist.mk: Add target echo-pkg
Add echo-pkg target to debug packaging related variables. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f9193c989d
commit
e446df30e5
1 changed files with 5 additions and 0 deletions
|
|
@ -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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue