[Libreoffice-commits] .: Makefile.top
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 27 14:43:13 PST 2012
Makefile.top | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9a00c7fd817508ad02901fa374dc63b63b535f96
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Nov 27 23:42:15 2012 +0100
"fix" --with-linked-git case
Change-Id: I26a464a6b1a22997eac52706cb2d4b10c2bad443
diff --git a/Makefile.top b/Makefile.top
index fc21ff9..6e616f1 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -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
More information about the Libreoffice-commits
mailing list