Makefile.top |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9a00c7fd817508ad02901fa374dc63b63b535f96
Author: Matúš Kukan <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to