| Line 16... |
Line 16... |
| 16 |
mv src/sqliteInt.h src/sqliteInt.h.temp
|
16 |
mv src/sqliteInt.h src/sqliteInt.h.temp
|
| 17 |
sed -e 's/MAX_ATTACHED 10/MAX_ATTACHED 31/' src/sqliteInt.h.temp > src/sqliteInt.h
|
17 |
sed -e 's/MAX_ATTACHED 10/MAX_ATTACHED 31/' src/sqliteInt.h.temp > src/sqliteInt.h
|
| 18 |
## most lines have '$(NAWK)', but one has 'awk'
|
18 |
## most lines have '$(NAWK)', but one has 'awk'
|
| 19 |
sed -e 's+./libtool+ sh libtool+' -e's/awk -f /gawk -f/' Makefile > Makefile.tmp
|
19 |
sed -e 's+./libtool+ sh libtool+' -e's/awk -f /gawk -f/' Makefile > Makefile.tmp
|
| 20 |
## for some reason opcodes.h gets made incorrectly
|
20 |
## for some reason opcodes.h gets made incorrectly
|
| 21 |
make -f Makefile.tmp parse.c opcodes.c
|
21 |
#make -f Makefile.tmp parse.c opcodes.c
|
| 22 |
cp ../win/opcodes.h opcodes.h
|
22 |
#cp ../win/opcodes.h opcodes.h
|
| 23 |
touch opcodes.h
|
23 |
#touch opcodes.h
|
| 24 |
make -f Makefile.tmp
|
24 |
make -f Makefile.tmp
|
| 25 |
cp .libs/libsqlite3.a .
|
25 |
cp .libs/libsqlite3.a .
|