mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: $(info) -> $(warning)
Use $(warning) instead of $(info), in order to send messages to stderr instead of stdout. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7f15eb44a2
commit
f675b5bf33
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ BUILD_PROJECTS = $(filter-out $(EXCLUDE_FROM_BUILD),$(PROJECTS))
|
|||
ifndef JANWARE_USER
|
||||
ifneq ($(wildcard CVS/Root),)
|
||||
JANWARE_USER = $(shell sed '/^:ext/ !d; s/:ext:\([^@]\+\)@.*/\1/' CVS/Root)
|
||||
$(info Taking JANWARE_USER=$(JANWARE_USER) from CVS/Root)
|
||||
$(warning Taking JANWARE_USER=$(JANWARE_USER) from CVS/Root)
|
||||
else
|
||||
JANWARE_USER = $(shell id -un)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue