Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a build error in the previous commit. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1e433b2be3e81344f321e0ef75a3734c |
User & Date: | dan 2016-08-31 07:00:47.683 |
Context
2016-08-31
| ||
10:07 | Fix date formats in the Last-Modified header. (check-in: 363a0d0503 user: drh tags: trunk) | |
07:00 | Fix a build error in the previous commit. (check-in: 1e433b2be3 user: dan tags: trunk) | |
06:35 | Store the search database, search-log database and search "admin" script in a separate directory. (check-in: 28aa410b46 user: dan tags: trunk) | |
Changes
Changes to main.mk.
︙ | ︙ | |||
150 151 152 153 154 155 156 | # SFLAGS = $(TCLINC) -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS5 -DSQLITE_TCLMD5 -DTCLSH -Dmain=xmain $(TCLSH): $(SSRC) $(CC) -O2 -o $@ -I. $(SFLAGS) $(SSRC) $(TCLFLAGS) searchdb: $(TCLSH) | | | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | # SFLAGS = $(TCLINC) -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS5 -DSQLITE_TCLMD5 -DTCLSH -Dmain=xmain $(TCLSH): $(SSRC) $(CC) -O2 -o $@ -I. $(SFLAGS) $(SSRC) $(TCLFLAGS) searchdb: $(TCLSH) mkdir -p doc/search.d/ ./$(TCLSH) $(DOC)/search/buildsearchdb.tcl cp $(DOC)/document_header.tcl doc/document_header.tcl cp $(DOC)/document_header.tcl doc/search.d/document_header.tcl cp $(DOC)/search/search.tcl doc/search chmod +x doc/search cp $(DOC)/search/search.tcl doc/search.d/admin chmod +x doc/search.d/admin |
︙ | ︙ |