From 5a103f44566e000e1bd02568e4370118043afb1c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 2 Aug 2016 12:31:17 +0000 Subject: [PATCH] git-submod.mk: Add support for SUBMOD_SRC_DIR Signed-off-by: Jan Lindemann --- make/git-submod.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/git-submod.mk b/make/git-submod.mk index 2b70b313..2d551e13 100644 --- a/make/git-submod.mk +++ b/make/git-submod.mk @@ -3,6 +3,9 @@ install: clean: distclean: +SUBMOD_SRC_DIR ?= . +export GIT_EXEC_PATH = $(SUBMOD_SRC_DIR) + git-submod-init-remote: @echo "FIXME: git-srv-admin.sh needs to support creating a bare repo below /contrib/." @echo "FIXME: Then this target in $(lastword $(MAKEFILE_LIST)) has to do the following:"