mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update for renaming BroControl to ZeekControl.
This commit is contained in:
parent
6a726afed9
commit
89b8d6e7ba
8 changed files with 20 additions and 20 deletions
|
@ -53,7 +53,7 @@ build_coverity() {
|
|||
# outside of Travis).
|
||||
make distclean > /dev/null
|
||||
|
||||
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-broctl
|
||||
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-zeekctl
|
||||
|
||||
export PATH=`pwd`/coverity-tools/bin:$PATH
|
||||
cd build
|
||||
|
@ -124,9 +124,9 @@ build() {
|
|||
# outside of Travis).
|
||||
make distclean > /dev/null
|
||||
|
||||
# Skip building broker tests, python bindings, and broctl, as these are
|
||||
# Skip building broker tests, python bindings, and zeekctl, as these are
|
||||
# not needed by the bro tests.
|
||||
./configure --build-type=Release --disable-broker-tests --disable-python --disable-broctl && make -j 2
|
||||
./configure --build-type=Release --disable-broker-tests --disable-python --disable-zeekctl && make -j 2
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue