mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Fix PGIT_CLONE_PROJECTS definition
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d78768b8b8
commit
64fdbeaffb
1 changed files with 4 additions and 4 deletions
|
|
@ -33,10 +33,6 @@ EXCLUDE_FROM_BUILD += \
|
|||
|
||||
# ------------ evaluate Makefile and environment variables
|
||||
|
||||
ifneq ($(PROJECTS),)
|
||||
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(PROJECTS_TXT)),)
|
||||
PROJECTS ?= $(shell cat $(PROJECTS_TXT) | sed '/^ *\#/ d')
|
||||
# TODO: this could be nicer
|
||||
|
|
@ -46,6 +42,10 @@ else
|
|||
CVS_PROJECTS = $(filter $(dir $(wildcard */CVS)),$(PROJECTS))
|
||||
endif
|
||||
|
||||
ifneq ($(PROJECTS),)
|
||||
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||
endif
|
||||
|
||||
ifeq ($(JW_BUILD_VERBOSE),true)
|
||||
SSH_WRAPPER_TRACE ?= -x
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue