[llvm-commits] [PATCH] Improved svn repo searching for 'make update'
Benjamin Kramer
benny.kra at gmail.com
Sat Jan 26 12:31:23 PST 2013
This is biting users all around and should go into trunk asap.
================
Comment at: Makefile:255
@@ +254,3 @@
+define SUB-SVN-DIRS
+function svnup() {
+ dirs=`svn status --no-ignore $1 | awk '/I|\? / {print $2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $2}'`;
----------------
can you drop the function keyword? It's bash-specific and not needed.
http://llvm-reviews.chandlerc.com/D326
BRANCH
update_fix
ARCANIST PROJECT
llvm
More information about the llvm-commits
mailing list