mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 20:40:47 +01:00
git-submod.mk: Fix commit in target git-init-submod-remote
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f675b5bf33
commit
ff9c1f0aff
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ git-init-submod-remote:
|
|||
$(SUB_GIT) push origin master
|
||||
git -C $(TOPDIR) submodule add -f $(GIT_REPO_URL) $(SUBMOD_PATH)
|
||||
git submodule init
|
||||
git commit -am "Add git submodule $(SUBMOD_PATH)" $(SUBMOD_SRC_DIR) $(TOPDIR)/.gitmodules
|
||||
git commit -m "Add git submodule $(SUBMOD_PATH)" $(SUBMOD_SRC_DIR) $(TOPDIR)/.gitmodules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue