mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
a happier version of happiness
llvm-svn: 48663
This commit is contained in:
parent
18f7655a45
commit
7dc7c09246
4
Makefile
4
Makefile
@ -150,8 +150,8 @@ SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
|
|||||||
| $(AWK) '/Path:\ / {print $$2}'
|
| $(AWK) '/Path:\ / {print $$2}'
|
||||||
|
|
||||||
update:
|
update:
|
||||||
$(SVN) $(SVN-UPDATE-OPTIONS) update
|
$(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
|
||||||
@ $(SVN) status | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
|
@ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
|
||||||
|
|
||||||
happiness: update all check
|
happiness: update all check
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user