Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromiumos
/
third_party
/
systemd
/
b68dfb9e83dc2d12cf9d8ae5ef3ddaca537a8519
/
.
/
tools
/
meson-build.sh
blob: 302749d8ed71ceec641a0de0824eee9118fb15e7 [
file
] [
log
] [
blame
]
Zbigniew Jędrzejewski-Szmek
b68dfb9
2018-01-19 17:54:30 +1100
[
diff
] [
blame^
]
1
#!/bin/sh
2
set
-
eux
3
4
src
=
"$1"
5
dst
=
"$2"
6
target
=
"$3"
7
options
=
"$4"
8
9
[
-
d
"$dst"
]
||
meson
"$src"
"$dst"
$options
10
ninja
-
C
"$dst"
"$target"