mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Make lexor_keyword.cc for distributions.
This commit is contained in:
@@ -14,3 +14,6 @@ do
|
|||||||
echo "Autoconf in $dir..."
|
echo "Autoconf in $dir..."
|
||||||
( cd $dir ; autoconf )
|
( cd $dir ; autoconf )
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Precompiling lexor_keyword.gperf"
|
||||||
|
gperf -o -i 7 -C -k 1-3,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
|
||||||
|
|||||||
Reference in New Issue
Block a user