mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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…
x
Reference in New Issue
Block a user