summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index dabf0c03fe8..9bb311e318f 100644
--- a/Makefile
+++ b/Makefile
@@ -142,15 +142,16 @@ build-for-llvm-top:
fi
$(Verb) $(MAKE) tools-only
-
-
SVN = svn
+SVN-UPDATE-OPTIONS =
AWK = awk
-SUB-SVN-DIRS = $(AWK) '/\? / {print $$2}' | xargs $(SVN) info 2>/dev/null | grep "Path: " | $(AWK) '{print $$2}'
+SUB-SVN-DIRS = $(AWK) '/? / {print $$2}' \
+ | xargs $(SVN) info 2>/dev/null \
+ | $(AWK) '/Path: / {print $$2}'
update:
- $(SVN) update
- @ $(SVN) status | $(SUB-SVN-DIRS) | xargs $(SVN) update
+ $(SVN) $(SVN-UPDATE-OPTIONS) update
+ @ $(SVN) status | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
happiness: update all check