[llvm-commits] [llvm] r142535 - /llvm/trunk/Makefile

David Blaikie dblaikie at gmail.com
Wed Oct 19 11:35:30 PDT 2011


Author: dblaikie
Date: Wed Oct 19 13:35:30 2011
New Revision: 142535

URL: http://llvm.org/viewvc/llvm-project?rev=142535&view=rev
Log:
Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Danial Dupas!

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=142535&r1=142534&r2=142535&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Oct 19 13:35:30 2011
@@ -243,7 +243,7 @@
 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)





More information about the llvm-commits mailing list