mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir-minimal.mk: $(info) -> $(warning)
Use $(warning) instead of $(info), in order to avoid cluttering stdout for targets which output machine-readable content, e.g. list-text-files-0. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bed9e0cf03
commit
ca95a9d6b2
1 changed files with 3 additions and 3 deletions
|
|
@ -29,12 +29,12 @@ ifeq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring ssh://git.janware.com/srv/git,$(PROJECTS_DIR_REMOTE_BASE)),)
|
ifneq ($(findstring ssh://git.janware.com/srv/git,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||||
$(info Using janware private SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
$(warning Using janware private SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
||||||
PROJECTS_DIR_REMOTE_USER_SUBPATH ?= /proj
|
PROJECTS_DIR_REMOTE_USER_SUBPATH ?= /proj
|
||||||
else ifneq ($(findstring ssh://git.janware.com,$(PROJECTS_DIR_REMOTE_BASE)),)
|
else ifneq ($(findstring ssh://git.janware.com,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||||
$(info Using janware SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
$(warning Using janware SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
||||||
else ifneq ($(findstring https://,$(PROJECTS_DIR_REMOTE_BASE)),)
|
else ifneq ($(findstring https://,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||||
$(info Using HTTPS: $(PROJECTS_DIR_REMOTE_BASE))
|
$(warning Using HTTPS: $(PROJECTS_DIR_REMOTE_BASE))
|
||||||
else
|
else
|
||||||
$(error Unsupported PROJECTS_DIR_REMOTE_BASE="$(PROJECTS_DIR_REMOTE_BASE)")
|
$(error Unsupported PROJECTS_DIR_REMOTE_BASE="$(PROJECTS_DIR_REMOTE_BASE)")
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue