From 19c6462e8d0576f40a58a4d2a58bc6294314e28e Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 22 Nov 2016 10:06:45 +0000 Subject: [PATCH] projects-dir.mk: Add target git-clone-% Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index fc41fc4c..7580ffc8 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -138,6 +138,9 @@ git-pull-all: git-clone: $(PGIT) clone +git-clone-%: + PGIT_CLONE_FROM_USER=$* $(PGIT) clone + git-commit: $(PGIT) commit