forked from Mirrors/freeswitch
Bisect with make -j
This commit is contained in:
parent
43c9f6d5f9
commit
c37d0dd6f0
|
@ -34,7 +34,7 @@ build_fs () (
|
|||
{ git describe HEAD \
|
||||
&& ./bootstrap.sh -j \
|
||||
&& ./configure -C --enable-fhs \
|
||||
&& make; } 2>&1 | tee build.log
|
||||
&& make -j; } 2>&1 | tee build.log
|
||||
)
|
||||
|
||||
good () { exit 0; }
|
||||
|
|
Loading…
Reference in New Issue