Lines 583-588
Link Here
|
583 |
|
583 |
|
584 |
#"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die |
584 |
#"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die |
585 |
|
585 |
|
|
|
586 |
# Build mksnapshot and pax-mark it. |
587 |
local x |
588 |
for x in mksnapshot v8_context_snapshot_generator; do |
589 |
if tc-is-cross-compiler; then |
590 |
eninja -C out/Release "host/${x}" |
591 |
pax-mark m "out/Release/host/${x}" |
592 |
else |
593 |
eninja -C out/Release "${x}" |
594 |
pax-mark m "out/Release/${x}" |
595 |
fi |
596 |
done |
597 |
|
586 |
# Even though ninja autodetects number of CPUs, we respect |
598 |
# Even though ninja autodetects number of CPUs, we respect |
587 |
# user's options, for debugging with -j 1 or any other reason. |
599 |
# user's options, for debugging with -j 1 or any other reason. |
588 |
eninja -C out/Release chrome chromedriver |
600 |
eninja -C out/Release chrome chromedriver |