Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change permissions on the install-sh file to be executable. Ticket #582. (CVS 1200) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eafa714d1f0abe7e4822a6d137c2a7c6 |
User & Date: | drh 2004-01-27 17:46:56.000 |
Context
2004-01-30
| ||
02:01 | Make sure min() and max() optimizations work for subqueries. Ticket #587. (CVS 1201) (check-in: af73fbca83 user: drh tags: trunk) | |
2004-01-27
| ||
17:46 | Change permissions on the install-sh file to be executable. Ticket #582. (CVS 1200) (check-in: eafa714d1f user: drh tags: trunk) | |
15:58 | Add a web page describing when it is appropriate to use SQLite and when it is not. (CVS 1199) (check-in: d77e477648 user: drh tags: trunk) | |
Changes
Changes to publish.sh.
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # script. # srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'` # Get the makefile. # cp $srcdir/Makefile.linux-gcc ./Makefile # Start building stuff. # make clean make sqlite strip sqlite mv sqlite sqlite.bin | > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # script. # srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'` # Get the makefile. # cp $srcdir/Makefile.linux-gcc ./Makefile chmod +x $srcdir/install-sh # Start building stuff. # make clean make sqlite strip sqlite mv sqlite sqlite.bin |
︙ | ︙ |