mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
removed development helper scripts now obsolete with --optimize-files=
This commit is contained in:
parent
1e60264548
commit
adb4958c73
8 changed files with 0 additions and 121 deletions
|
@ -1,9 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
build=../../../build
|
||||
|
||||
cd $build
|
||||
export -n ZEEK_USE_CPP ZEEK_ADD_CPP
|
||||
export ZEEK_HASH_DIR=.
|
||||
echo | src/zeek -b -O gen-C++
|
||||
ninja || echo Bare embedded build failed
|
|
@ -1,12 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
so=$base/src/script_opt/CPP
|
||||
build=$base/build
|
||||
gen=CPP-gen-addl.h
|
||||
|
||||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.diag $1
|
|
@ -1,9 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
build=../../../build
|
||||
|
||||
cd $build
|
||||
export -n ZEEK_USE_CPP ZEEK_ADD_CPP
|
||||
export ZEEK_HASH_DIR=.
|
||||
echo | src/zeek -O gen-C++
|
||||
ninja || echo Full embedded build failed
|
|
@ -1,5 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
cd ../../../build
|
||||
echo >CPP-gen.cc
|
||||
ninja || echo Non-embedded build failed
|
|
@ -1,24 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo $1
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
build=$base/build
|
||||
gen=CPP-gen.cc
|
||||
|
||||
./non-embedded-build >$build/errs 2>&1 || echo non-embedded build failed
|
||||
|
||||
export -n ZEEK_USE_CPP
|
||||
export ZEEK_HASH_DIR=$test ZEEK_GEN_CPP=
|
||||
cd $test
|
||||
../../auxil/btest/btest $1 >jbuild-$1.out 2>&1
|
||||
grep -c '^namespace' $gen
|
||||
mv $gen $build/
|
||||
cd $build
|
||||
ninja >&errs || echo build for $1 failed
|
||||
|
||||
export -n ZEEK_GEN_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -a cpp -f cpp-test.$1.diag $1
|
|
@ -1,23 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo $1
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
build=$base/build
|
||||
gen=CPP-gen.cc
|
||||
|
||||
export -n ZEEK_USE_CPP
|
||||
export ZEEK_HASH_DIR=$test ZEEK_ADD_CPP=
|
||||
cd $test
|
||||
cp $build/CPP-hashes.dat .
|
||||
../../auxil/btest/btest $1 >cpp-build-$1.out 2>&1
|
||||
grep -c '^namespace' $gen
|
||||
mv $gen $build
|
||||
cd $build
|
||||
ninja >&errs || echo build for $1 failed
|
||||
|
||||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.$1.diag $1
|
|
@ -1,18 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
so=$base/src/script_opt/CPP
|
||||
build=$base/build
|
||||
gen=CPP-gen-addl.h
|
||||
|
||||
export -n ZEEK_USE_CPP
|
||||
export ZEEK_HASH_DIR=$test ZEEK_ADD_CPP=
|
||||
cd $test
|
||||
cp $build/CPP-hashes.dat .
|
||||
echo >$gen
|
||||
../../auxil/btest/btest $1 >test-suite-build.out 2>&1
|
||||
grep -c '^namespace' $gen
|
||||
mv $gen $so
|
||||
cd $build
|
||||
ninja >&errs || echo test suite build failed
|
|
@ -1,21 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
base=../../..
|
||||
test=$base/testing/btest
|
||||
build=$base/build
|
||||
gen=CPP-gen.cc
|
||||
|
||||
export -n ZEEK_USE_CPP
|
||||
export ZEEK_HASH_DIR=$test ZEEK_ADD_CPP=
|
||||
cd $test
|
||||
cp $build/CPP-hashes.dat .
|
||||
../../auxil/btest/btest $1 >jbuild-$1.out 2>&1
|
||||
grep -c '^namespace' $gen
|
||||
mv $gen $build/
|
||||
cd $build
|
||||
ninja >&errs || echo build for $1 failed
|
||||
|
||||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -U -a cpp -f cpp-test.$1.diag.update $1
|
Loading…
Add table
Add a link
Reference in a new issue