projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1e95c
)
a happier version of happiness
author
Gabor Greif
<ggreif@gmail.com>
Fri, 21 Mar 2008 22:17:07 +0000
(22:17 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Fri, 21 Mar 2008 22:17:07 +0000
(22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48663
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3fc59336f4af33b17bca1fdc7699ece59ff1bb24..36031f7cb3d8fb217972f49da6abf99f8ad62275 100644
(file)
--- 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