aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-03-21 22:17:07 +0000
committerGabor Greif <ggreif@gmail.com>2008-03-21 22:17:07 +0000
commitb89b6a38f73206ab4694082e7e810ee2f8fe849f (patch)
treeb5d99ee475cca1984eee2b8386129abcb87fd6bf /Makefile
parent7de2045be288775bc3aebdf193373badc5b20ac9 (diff)
downloadexternal_llvm-b89b6a38f73206ab4694082e7e810ee2f8fe849f.zip
external_llvm-b89b6a38f73206ab4694082e7e810ee2f8fe849f.tar.gz
external_llvm-b89b6a38f73206ab4694082e7e810ee2f8fe849f.tar.bz2
a happier version of happiness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3fc5933..36031f7 100644
--- a/Makefile
+++ b/Makefile
@@ -150,8 +150,8 @@ SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
| $(AWK) '/Path:\ / {print $$2}'
update:
- $(SVN) $(SVN-UPDATE-OPTIONS) update
- @ $(SVN) status | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
+ $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
+ @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
happiness: update all check