Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas!
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Oct 2011 18:35:30 +0000 (18:35 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Oct 2011 18:35:30 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142535 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index a350cb19d2a95a456d16b1be0cabcabceec655d4..754b18e06afd39e7b35098cc7fd358fce2bec7b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ SVN-UPDATE-OPTIONS =
 AWK = awk
 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}'   \
                | LC_ALL=C xargs $(SVN) info 2>/dev/null \
-               | $(AWK) '/Path:\ / {print $$2}'
+               | $(AWK) '/^Path:\ / {print $$2}'
 
 update:
        $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)