mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Bisect with make -j
This commit is contained in:
parent
43c9f6d5f9
commit
c37d0dd6f0
@ -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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user