Avoid bash-ism in Makefile
BUG=none TBR=machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/412503002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22528 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
47beb0c57a
commit
b45ea40d93
2
Makefile
2
Makefile
@ -473,7 +473,7 @@ gtags.clean:
|
|||||||
builddeps:
|
builddeps:
|
||||||
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
|
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
|
||||||
--revision 1831
|
--revision 1831
|
||||||
if svn info third_party/icu |& grep -q icu46 ; then \
|
if svn info third_party/icu 2>&1 | grep -q icu46 ; then \
|
||||||
svn switch --force \
|
svn switch --force \
|
||||||
https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
|
https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
|
||||||
third_party/icu --revision 277999 ; \
|
third_party/icu --revision 277999 ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user