Fossil SCM
Style cleanup: fix case of 'SQLite' in makefile comments.
Commit
fe3c9db0753d244a042ac4da9ca6484261102a6a
Parent
57f0bb98c6cc0e0…
5 files changed
+1
-1
+5
-5
+2
-2
+2
-2
+2
-2
+1
-1
| --- src/main.mk | ||
| +++ src/main.mk | ||
| @@ -406,11 +406,11 @@ | ||
| 406 | 406 | -DMINIZ_NO_TIME \ |
| 407 | 407 | -DMINIZ_NO_ARCHIVE_APIS |
| 408 | 408 | |
| 409 | 409 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 410 | 410 | # to 1. If it is set to 1, then there is no need to build or link |
| 411 | -# the sqlite3.o object. Instead, the system sqlite will be linked | |
| 411 | +# the sqlite3.o object. Instead, the system SQLite will be linked | |
| 412 | 412 | # using -lsqlite3. |
| 413 | 413 | SQLITE3_OBJ.1 = |
| 414 | 414 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 415 | 415 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 416 | 416 | |
| 417 | 417 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -406,11 +406,11 @@ | |
| 406 | -DMINIZ_NO_TIME \ |
| 407 | -DMINIZ_NO_ARCHIVE_APIS |
| 408 | |
| 409 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 410 | # to 1. If it is set to 1, then there is no need to build or link |
| 411 | # the sqlite3.o object. Instead, the system sqlite will be linked |
| 412 | # using -lsqlite3. |
| 413 | SQLITE3_OBJ.1 = |
| 414 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 415 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 416 | |
| 417 |
| --- src/main.mk | |
| +++ src/main.mk | |
| @@ -406,11 +406,11 @@ | |
| 406 | -DMINIZ_NO_TIME \ |
| 407 | -DMINIZ_NO_ARCHIVE_APIS |
| 408 | |
| 409 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 410 | # to 1. If it is set to 1, then there is no need to build or link |
| 411 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 412 | # using -lsqlite3. |
| 413 | SQLITE3_OBJ.1 = |
| 414 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 415 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 416 | |
| 417 |
+5
-5
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -278,11 +278,11 @@ | ||
| 278 | 278 | # Setup the options used to compile the included miniz library. |
| 279 | 279 | MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>> |
| 280 | 280 | |
| 281 | 281 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 282 | 282 | # to 1. If it is set to 1, then there is no need to build or link |
| 283 | -# the sqlite3.o object. Instead, the system sqlite will be linked | |
| 283 | +# the sqlite3.o object. Instead, the system SQLite will be linked | |
| 284 | 284 | # using -lsqlite3. |
| 285 | 285 | SQLITE3_OBJ.1 = |
| 286 | 286 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 287 | 287 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 288 | 288 | |
| @@ -465,11 +465,11 @@ | ||
| 465 | 465 | |
| 466 | 466 | #### Load Tcl using the private stubs mechanism |
| 467 | 467 | # |
| 468 | 468 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 469 | 469 | |
| 470 | -#### Use 'system' sqlite | |
| 470 | +#### Use 'system' SQLite | |
| 471 | 471 | # |
| 472 | 472 | # USE_SYSTEM_SQLITE = 1 |
| 473 | 473 | |
| 474 | 474 | #### Use the miniz compression library |
| 475 | 475 | # |
| @@ -822,11 +822,11 @@ | ||
| 822 | 822 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 823 | 823 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 824 | 824 | |
| 825 | 825 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 826 | 826 | # to 1. If it is set to 1, then there is no need to build or link |
| 827 | -# the sqlite3.o object. Instead, the system sqlite will be linked | |
| 827 | +# the sqlite3.o object. Instead, the system SQLite will be linked | |
| 828 | 828 | # using -lsqlite3. |
| 829 | 829 | SQLITE3_OBJ.1 = |
| 830 | 830 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 831 | 831 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 832 | 832 | |
| @@ -1559,17 +1559,17 @@ | ||
| 1559 | 1559 | # the automatically generated source files |
| 1560 | 1560 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 1561 | 1561 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 1562 | 1562 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 1563 | 1563 | |
| 1564 | -# define the sqlite files, which need special flags on compile | |
| 1564 | +# define the SQLite files, which need special flags on compile | |
| 1565 | 1565 | SQLITESRC=sqlite3.c |
| 1566 | 1566 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 1567 | 1567 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 1568 | 1568 | SQLITEDEFINES=<<<SQLITE_OPTIONS>>> |
| 1569 | 1569 | |
| 1570 | -# define the sqlite shell files, which need special flags on compile | |
| 1570 | +# define the SQLite shell files, which need special flags on compile | |
| 1571 | 1571 | SQLITESHELLSRC=shell.c |
| 1572 | 1572 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 1573 | 1573 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 1574 | 1574 | SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>> |
| 1575 | 1575 | |
| 1576 | 1576 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -278,11 +278,11 @@ | |
| 278 | # Setup the options used to compile the included miniz library. |
| 279 | MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>> |
| 280 | |
| 281 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 282 | # to 1. If it is set to 1, then there is no need to build or link |
| 283 | # the sqlite3.o object. Instead, the system sqlite will be linked |
| 284 | # using -lsqlite3. |
| 285 | SQLITE3_OBJ.1 = |
| 286 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 287 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 288 | |
| @@ -465,11 +465,11 @@ | |
| 465 | |
| 466 | #### Load Tcl using the private stubs mechanism |
| 467 | # |
| 468 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 469 | |
| 470 | #### Use 'system' sqlite |
| 471 | # |
| 472 | # USE_SYSTEM_SQLITE = 1 |
| 473 | |
| 474 | #### Use the miniz compression library |
| 475 | # |
| @@ -822,11 +822,11 @@ | |
| 822 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 823 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 824 | |
| 825 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 826 | # to 1. If it is set to 1, then there is no need to build or link |
| 827 | # the sqlite3.o object. Instead, the system sqlite will be linked |
| 828 | # using -lsqlite3. |
| 829 | SQLITE3_OBJ.1 = |
| 830 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 831 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 832 | |
| @@ -1559,17 +1559,17 @@ | |
| 1559 | # the automatically generated source files |
| 1560 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 1561 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 1562 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 1563 | |
| 1564 | # define the sqlite files, which need special flags on compile |
| 1565 | SQLITESRC=sqlite3.c |
| 1566 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 1567 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 1568 | SQLITEDEFINES=<<<SQLITE_OPTIONS>>> |
| 1569 | |
| 1570 | # define the sqlite shell files, which need special flags on compile |
| 1571 | SQLITESHELLSRC=shell.c |
| 1572 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 1573 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 1574 | SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>> |
| 1575 | |
| 1576 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -278,11 +278,11 @@ | |
| 278 | # Setup the options used to compile the included miniz library. |
| 279 | MINIZ_OPTIONS = <<<MINIZ_OPTIONS>>> |
| 280 | |
| 281 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 282 | # to 1. If it is set to 1, then there is no need to build or link |
| 283 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 284 | # using -lsqlite3. |
| 285 | SQLITE3_OBJ.1 = |
| 286 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 287 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 288 | |
| @@ -465,11 +465,11 @@ | |
| 465 | |
| 466 | #### Load Tcl using the private stubs mechanism |
| 467 | # |
| 468 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 469 | |
| 470 | #### Use 'system' SQLite |
| 471 | # |
| 472 | # USE_SYSTEM_SQLITE = 1 |
| 473 | |
| 474 | #### Use the miniz compression library |
| 475 | # |
| @@ -822,11 +822,11 @@ | |
| 822 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 823 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 824 | |
| 825 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 826 | # to 1. If it is set to 1, then there is no need to build or link |
| 827 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 828 | # using -lsqlite3. |
| 829 | SQLITE3_OBJ.1 = |
| 830 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 831 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 832 | |
| @@ -1559,17 +1559,17 @@ | |
| 1559 | # the automatically generated source files |
| 1560 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 1561 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 1562 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 1563 | |
| 1564 | # define the SQLite files, which need special flags on compile |
| 1565 | SQLITESRC=sqlite3.c |
| 1566 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 1567 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 1568 | SQLITEDEFINES=<<<SQLITE_OPTIONS>>> |
| 1569 | |
| 1570 | # define the SQLite shell files, which need special flags on compile |
| 1571 | SQLITESHELLSRC=shell.c |
| 1572 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 1573 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 1574 | SQLITESHELLDEFINES=<<<SHELL_OPTIONS>>> |
| 1575 | |
| 1576 |
+2
-2
| --- win/Makefile.PellesCGMake | ||
| +++ win/Makefile.PellesCGMake | ||
| @@ -79,17 +79,17 @@ | ||
| 79 | 79 | # the automatically generated source files |
| 80 | 80 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 81 | 81 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 82 | 82 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 83 | 83 | |
| 84 | -# define the sqlite files, which need special flags on compile | |
| 84 | +# define the SQLite files, which need special flags on compile | |
| 85 | 85 | SQLITESRC=sqlite3.c |
| 86 | 86 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 87 | 87 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 88 | 88 | SQLITEDEFINES=-DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_WIN32_NO_ANSI |
| 89 | 89 | |
| 90 | -# define the sqlite shell files, which need special flags on compile | |
| 90 | +# define the SQLite shell files, which need special flags on compile | |
| 91 | 91 | SQLITESHELLSRC=shell.c |
| 92 | 92 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 93 | 93 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 94 | 94 | SQLITESHELLDEFINES=-Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 95 | 95 | |
| 96 | 96 |
| --- win/Makefile.PellesCGMake | |
| +++ win/Makefile.PellesCGMake | |
| @@ -79,17 +79,17 @@ | |
| 79 | # the automatically generated source files |
| 80 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 81 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 82 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 83 | |
| 84 | # define the sqlite files, which need special flags on compile |
| 85 | SQLITESRC=sqlite3.c |
| 86 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 87 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 88 | SQLITEDEFINES=-DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_WIN32_NO_ANSI |
| 89 | |
| 90 | # define the sqlite shell files, which need special flags on compile |
| 91 | SQLITESHELLSRC=shell.c |
| 92 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 93 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 94 | SQLITESHELLDEFINES=-Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 95 | |
| 96 |
| --- win/Makefile.PellesCGMake | |
| +++ win/Makefile.PellesCGMake | |
| @@ -79,17 +79,17 @@ | |
| 79 | # the automatically generated source files |
| 80 | UTILS=translate.exe mkindex.exe makeheaders.exe |
| 81 | UTILS_OBJ=$(UTILS:.exe=.obj) |
| 82 | UTILS_SRC=$(foreach uf,$(UTILS),$(SRCDIR)$(uf:.exe=.c)) |
| 83 | |
| 84 | # define the SQLite files, which need special flags on compile |
| 85 | SQLITESRC=sqlite3.c |
| 86 | ORIGSQLITESRC=$(foreach sf,$(SQLITESRC),$(SRCDIR)$(sf)) |
| 87 | SQLITEOBJ=$(foreach sf,$(SQLITESRC),$(sf:.c=.obj)) |
| 88 | SQLITEDEFINES=-DNDEBUG=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_OMIT_DEPRECATED -DSQLITE_ENABLE_EXPLAIN_COMMENTS -DSQLITE_WIN32_NO_ANSI |
| 89 | |
| 90 | # define the SQLite shell files, which need special flags on compile |
| 91 | SQLITESHELLSRC=shell.c |
| 92 | ORIGSQLITESHELLSRC=$(foreach sf,$(SQLITESHELLSRC),$(SRCDIR)$(sf)) |
| 93 | SQLITESHELLOBJ=$(foreach sf,$(SQLITESHELLSRC),$(sf:.c=.obj)) |
| 94 | SQLITESHELLDEFINES=-Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -DUSE_SYSTEM_SQLITE=$(USE_SYSTEM_SQLITE) -DSQLITE_SHELL_DBNAME_PROC=fossil_open -Daccess=file_access -Dsystem=fossil_system -Dgetenv=fossil_getenv -Dfopen=fossil_fopen |
| 95 | |
| 96 |
+2
-2
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -73,11 +73,11 @@ | ||
| 73 | 73 | |
| 74 | 74 | #### Load Tcl using the private stubs mechanism |
| 75 | 75 | # |
| 76 | 76 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | 77 | |
| 78 | -#### Use 'system' sqlite | |
| 78 | +#### Use 'system' SQLite | |
| 79 | 79 | # |
| 80 | 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | 81 | |
| 82 | 82 | #### Use the miniz compression library |
| 83 | 83 | # |
| @@ -753,11 +753,11 @@ | ||
| 753 | 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | 755 | |
| 756 | 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | -# the sqlite3.o object. Instead, the system sqlite will be linked | |
| 758 | +# the sqlite3.o object. Instead, the system SQLite will be linked | |
| 759 | 759 | # using -lsqlite3. |
| 760 | 760 | SQLITE3_OBJ.1 = |
| 761 | 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | 763 | |
| 764 | 764 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -73,11 +73,11 @@ | |
| 73 | |
| 74 | #### Load Tcl using the private stubs mechanism |
| 75 | # |
| 76 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | |
| 78 | #### Use 'system' sqlite |
| 79 | # |
| 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | |
| 82 | #### Use the miniz compression library |
| 83 | # |
| @@ -753,11 +753,11 @@ | |
| 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | |
| 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | # the sqlite3.o object. Instead, the system sqlite will be linked |
| 759 | # using -lsqlite3. |
| 760 | SQLITE3_OBJ.1 = |
| 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | |
| 764 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -73,11 +73,11 @@ | |
| 73 | |
| 74 | #### Load Tcl using the private stubs mechanism |
| 75 | # |
| 76 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | |
| 78 | #### Use 'system' SQLite |
| 79 | # |
| 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | |
| 82 | #### Use the miniz compression library |
| 83 | # |
| @@ -753,11 +753,11 @@ | |
| 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | |
| 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 759 | # using -lsqlite3. |
| 760 | SQLITE3_OBJ.1 = |
| 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | |
| 764 |
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -73,11 +73,11 @@ | ||
| 73 | 73 | |
| 74 | 74 | #### Load Tcl using the private stubs mechanism |
| 75 | 75 | # |
| 76 | 76 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | 77 | |
| 78 | -#### Use 'system' sqlite | |
| 78 | +#### Use 'system' SQLite | |
| 79 | 79 | # |
| 80 | 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | 81 | |
| 82 | 82 | #### Use the miniz compression library |
| 83 | 83 | # |
| @@ -753,11 +753,11 @@ | ||
| 753 | 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | 755 | |
| 756 | 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | -# the sqlite3.o object. Instead, the system sqlite will be linked | |
| 758 | +# the sqlite3.o object. Instead, the system SQLite will be linked | |
| 759 | 759 | # using -lsqlite3. |
| 760 | 760 | SQLITE3_OBJ.1 = |
| 761 | 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | 763 | |
| 764 | 764 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -73,11 +73,11 @@ | |
| 73 | |
| 74 | #### Load Tcl using the private stubs mechanism |
| 75 | # |
| 76 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | |
| 78 | #### Use 'system' sqlite |
| 79 | # |
| 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | |
| 82 | #### Use the miniz compression library |
| 83 | # |
| @@ -753,11 +753,11 @@ | |
| 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | |
| 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | # the sqlite3.o object. Instead, the system sqlite will be linked |
| 759 | # using -lsqlite3. |
| 760 | SQLITE3_OBJ.1 = |
| 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | |
| 764 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -73,11 +73,11 @@ | |
| 73 | |
| 74 | #### Load Tcl using the private stubs mechanism |
| 75 | # |
| 76 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 77 | |
| 78 | #### Use 'system' SQLite |
| 79 | # |
| 80 | # USE_SYSTEM_SQLITE = 1 |
| 81 | |
| 82 | #### Use the miniz compression library |
| 83 | # |
| @@ -753,11 +753,11 @@ | |
| 753 | $(OBJDIR)/VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(VERSION) |
| 754 | $(VERSION) $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest $(SRCDIR)/../VERSION >$(OBJDIR)/VERSION.h |
| 755 | |
| 756 | # The USE_SYSTEM_SQLITE variable may be undefined, set to 0, or set |
| 757 | # to 1. If it is set to 1, then there is no need to build or link |
| 758 | # the sqlite3.o object. Instead, the system SQLite will be linked |
| 759 | # using -lsqlite3. |
| 760 | SQLITE3_OBJ.1 = |
| 761 | SQLITE3_OBJ.0 = $(OBJDIR)/sqlite3.o |
| 762 | SQLITE3_OBJ. = $(SQLITE3_OBJ.0) |
| 763 | |
| 764 |