mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
git-submod.mk: Add support for SUBMOD_SRC_DIR
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c81d2ffdd4
commit
5a103f4456
1 changed files with 3 additions and 0 deletions
|
|
@ -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 <user>/contrib/<project>."
|
||||
@echo "FIXME: Then this target in $(lastword $(MAKEFILE_LIST)) has to do the following:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue