mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
updates to development helper scripts to support new workflow
This commit is contained in:
parent
e1dc3e7b08
commit
e722607bd9
6 changed files with 18 additions and 33 deletions
|
@ -1,7 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
base=../../..
|
||||
so=$base/src/script_opt/CPP
|
||||
echo > $so/CPP-gen.cc
|
||||
cd $base/build
|
||||
cd ../../../build
|
||||
echo >CPP-gen.cc
|
||||
ninja || echo Non-embedded build failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue