mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
git-cvs-bridge.mk: Add support for GIT_CVSIMPORT_EXTRA_ARGS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c713793e16
commit
bb58932e24
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# is "origin" by default, but this clashes with the remote's name in some situations
|
# is "origin" by default, but this clashes with the remote's name in some situations
|
||||||
CVS_HEAD_BRANCH ?= cvs-head
|
CVS_HEAD_BRANCH ?= cvs-head
|
||||||
|
GIT_CVSIMPORT_EXTRA_ARGS ?=
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
|
@ -11,5 +12,5 @@ git2cvs:
|
||||||
endif
|
endif
|
||||||
else ifeq ($(VCS),git)
|
else ifeq ($(VCS),git)
|
||||||
cvs2git:
|
cvs2git:
|
||||||
git cvsimport -o $(CVS_HEAD_BRANCH) -v -kk proj/$(PROJECT)
|
git cvsimport -o $(CVS_HEAD_BRANCH) -v -kk proj/$(PROJECT) $(GIT_CVSIMPORT_EXTRA_ARGS)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue