Kaydet (Commit) 9a00c7fd authored tarafından Matúš Kukan's avatar Matúš Kukan

"fix" --with-linked-git case

Change-Id: I26a464a6b1a22997eac52706cb2d4b10c2bad443
üst 721b1aca
......@@ -381,8 +381,8 @@ ifeq (,$(GIT_LINK_SRC))
./g -f clone
else # space-saving clone from another local workdir
@echo "FIXME: GIT_LINK_SRC method is not yet implemented with submodules" 1>&2
$(foreach i,$(GIT_NEEDED_SUBMODULES),\
rm -r $(i) && cp -R $(GIT_LINK_SRC)/$(i) $(i))
true $(foreach i,$(GIT_NEEDED_SUBMODULES),\
&& rm -r $(i) && cp -R $(GIT_LINK_SRC)/$(i) $(i))
# bin/git-new-workdir $GIT_LINK_SRC/$i $i
git submodule update $(GIT_NEEDED_SUBMODULES)
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment