SQLite

Check-in [60f45a3ba5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment::-) (CVS 43)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 60f45a3ba56059f956cca0c3a6a1ffa82a055a36
User & Date: drh 2000-06-02 23:04:52.000
Context
2000-06-02
23:21
:-) (CVS 44) (check-in: cd83d3cfeb user: drh tags: trunk)
23:04
:-) (CVS 43) (check-in: 60f45a3ba5 user: drh tags: trunk)
18:52
:-) (CVS 42) (check-in: 11e3296319 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
168
169
170
171
172
173
174

175
176
177
178
179
180
181
	./tclsqlite $(TOP)/test/all.test

TARBALL = \
  sqlite/COPYRIGHT \
  sqlite/doc/*.html \
  sqlite/src/*.h \
  sqlite/src/*.c \

  sqlite/tool/*.c \
  sqlite/tool/*.awk \
  sqlite/configure \
  sqlite/*.in

sqlite.tar.gz:	
	pwd=`pwd`; cd $(TOP)/..; tar czf $$pwd/sqlite.tar.gz $(TARBALL)







>







168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
	./tclsqlite $(TOP)/test/all.test

TARBALL = \
  sqlite/COPYRIGHT \
  sqlite/doc/*.html \
  sqlite/src/*.h \
  sqlite/src/*.c \
  sqlite/src/*.y \
  sqlite/tool/*.c \
  sqlite/tool/*.awk \
  sqlite/configure \
  sqlite/*.in

sqlite.tar.gz:	
	pwd=`pwd`; cd $(TOP)/..; tar czf $$pwd/sqlite.tar.gz $(TARBALL)