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: Run make after cloning jw-build
After initially cloning jw-build and including projects-dir-minimal.mk, new targets are not considered, so run make again. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b82d4249f9
commit
9018eb7c30
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ $(PROJECTS_DIR_INCLUDE_MK): | $(JWBDIR)
|
||||||
|
|
||||||
$(JWBDIR):
|
$(JWBDIR):
|
||||||
git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
git clone $(JWBDIR_GIT_REMOTE) $(JWBDIR)
|
||||||
|
make $(MAKECMDGOALS)
|
||||||
|
|
||||||
all: link-makefile.done
|
all: link-makefile.done
|
||||||
link-makefile.done: | $(JWBDIR)
|
link-makefile.done: | $(JWBDIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue