mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir-minimal.mk: Don't clone jw-dev branch
Use the default branch to clone projects-dir-minimal.mk during initialiazation of the build tree. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9147a78f2e
commit
c9ddeef8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ all:
|
||||||
include $(PROJECTS_DIR_INCLUDE_MK)
|
include $(PROJECTS_DIR_INCLUDE_MK)
|
||||||
|
|
||||||
$(PROJECTS_DIR_INCLUDE_MK):
|
$(PROJECTS_DIR_INCLUDE_MK):
|
||||||
git clone --branch jw-dev $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||||
[ -L $(PROJECTS_MAKEFILE_NAME) ] || \
|
[ -L $(PROJECTS_MAKEFILE_NAME) ] || \
|
||||||
ln -sf `find $(JWBDIR) -type f -print0 | xargs -0 grep -l some-random-string-to-id-this-makefile` \
|
ln -sf `find $(JWBDIR) -type f -print0 | xargs -0 grep -l some-random-string-to-id-this-makefile` \
|
||||||
$(PROJECTS_MAKEFILE_NAME)
|
$(PROJECTS_MAKEFILE_NAME)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue