[llvm-commits] [PATCH] Improved svn repo searching for 'make update'

Edwin Vane edwin.vane at intel.com
Sun Jan 27 08:05:02 PST 2013



================
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}'`;
----------------
Benjamin Kramer wrote:
> can you drop the function keyword? It's bash-specific and not needed.
Sure. I didn't even know dropping the function keyword was possible! I'll fix and commit later today.


http://llvm-reviews.chandlerc.com/D326

BRANCH
  update_fix

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list