1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Move some work out of the makefiles and into awk scripts in separate files.

Ticket #940. (CVS 2005)

FossilOrigin-Name: 4d0f29d54c0ccb153abd77d9b62b6461ec1e978f
This commit is contained in:
drh
2004-10-06 15:03:57 +00:00
parent 2e3a1f16b6
commit b327f77358
6 changed files with 40 additions and 25 deletions

View File

@@ -34,6 +34,8 @@
# Assign numbers to all opcodes and output the result.
END {
cnt = 0
print "/* Automatically generated. Do not edit */"
print "/* See the mkopcodeh.awk script for details */"
for(name in op){
if( op[name]<0 ){
cnt++