mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
scripts: enable calling update_parser from anywhere
This commit is contained in:
parent
3cc6da022b
commit
3619eefdbb
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ IN="./scanner.rl"
|
|||
OUT_T0="./scanner.c.t0"
|
||||
OUT_G2="./scanner.c.g2"
|
||||
|
||||
pushd $(dirname "$0")
|
||||
|
||||
pushd ../src/libzscanner/
|
||||
|
||||
# Generate slower/small zone parser.
|
||||
|
|
@ -51,3 +53,5 @@ sed -i '/static\ const\ int\ yparser_/d' $OUT_Y
|
|||
sed -i 's/\s*$//g' $OUT_Y
|
||||
|
||||
popd
|
||||
|
||||
popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue