projects-dir.mk: Do pull.done before git-pull-%

This might fix a situation where make git-pull-<user> fails,
because jw-build isn't there, yet

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-12-07 19:22:53 +00:00
commit 36bf04a4d2

View file

@ -362,7 +362,7 @@ git-echo-links-%: | $(TEXT_FILES_CACHE)
git-update-project-descriptions: $(SSH_WRAPPER_SH)
$(GIT_SRV_ADMIN_SH) -j update-descriptions all
git-pull-%: $(SSH_WRAPPER_SH)
git-pull-%: $(SSH_WRAPPER_SH) pull.done
PGIT_CLONE_FROM_USER=$* $(PGIT_SH) clone
git-commit: