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: Support JW_BUILD_BRANCH
Pass --branch $(JW_BUILD_BRANCH) to git clone invocations during the initial cloning of jw-build. Used for testing. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
250ef17764
commit
4c35ceb27a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ include $(PROJECTS_DIR_INCLUDE_MK)
|
|||
$(PROJECTS_DIR_INCLUDE_MK): | $(JWBDIR)
|
||||
|
||||
$(JWBDIR):
|
||||
git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
git clone $(addprefix -b ,$(JW_BUILD_BRANCH)) $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||
make $(MAKECMDGOALS)
|
||||
|
||||
all: link-makefile.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue