提交 c37d0dd6 authored 作者: Travis Cross's avatar Travis Cross

Bisect with make -j

上级 43c9f6d5
...@@ -34,7 +34,7 @@ build_fs () ( ...@@ -34,7 +34,7 @@ build_fs () (
{ git describe HEAD \ { git describe HEAD \
&& ./bootstrap.sh -j \ && ./bootstrap.sh -j \
&& ./configure -C --enable-fhs \ && ./configure -C --enable-fhs \
&& make; } 2>&1 | tee build.log && make -j; } 2>&1 | tee build.log
) )
good () { exit 0; } good () { exit 0; }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论