From: stephan Date: Wed, 9 Oct 2024 17:47:43 +0000 (+0000) Subject: Add quotes around $(CC) in tclextension-related targets so that a CC of "ccache cc... X-Git-Tag: version-3.47.0~50^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94fe1ad1c6cf5966f76c443d680465551798b6f0;p=thirdparty%2Fsqlite.git Add quotes around $(CC) in tclextension-related targets so that a CC of "ccache cc" works. FossilOrigin-Name: e8f719d13fbcbaf1b52b421d7af59759b1b4692d4010a68d5865dfeaf3cf8cb0 --- diff --git a/Makefile.in b/Makefile.in index efdd6d056a..556b3600a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1606,13 +1606,13 @@ install: sqlite3$(TEXE) lib_install sqlite3.h sqlite3.pc $(tcl_install_$(HAVE_TC # by --with-tclsh= # tclextension: tclsqlite3.c - $(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --build-only --cc $(CC) $(CFLAGS) $(OPT_FEATURE_FLAGS) $(OPTS) + $(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --build-only --cc "$(CC)" $(CFLAGS) $(OPT_FEATURE_FLAGS) $(OPTS) # Install the SQLite TCL extension in a way that is appropriate for $TCLSH_CMD # to find it. # tclextension-install: tclsqlite3.c - $(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --cc $(CC) $(CFLAGS) $(OPT_FEATURE_FLAGS) $(OPTS) + $(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --cc "$(CC)" $(CFLAGS) $(OPT_FEATURE_FLAGS) $(OPTS) # Install the SQLite TCL extension that is used by $TCLSH_CMD # diff --git a/manifest b/manifest index 7367c76fef..ae5ea2e0f0 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Change\sthe\smakefile\sto\sprefer\sthe\suse\sof\stclsh9.0\sif\sit\sis\savailable. -D 2024-10-09T13:54:24.437 +C Add\squotes\saround\s$(CC)\sin\stclextension-related\stargets\sso\sthat\sa\sCC\sof\s"ccache\scc"\sworks. +D 2024-10-09T17:47:43.543 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 -F Makefile.in 48c133f8d4aa69fc1d461864cf5e008534880d33e93ef942ea58ef591a0569cd +F Makefile.in e504a9f003b2de41447b81296d9a6988a67ffabc34fa396b60ffd89b0c63a7bf F Makefile.linux-gcc f3842a0b1efbfbb74ac0ef60e56b301836d05b4d867d014f714fa750048f1ab6 F Makefile.msc 13357270c2434dfda7e38dd95bd1d1bd7f832c77fe275ec867c12d14d7a4631b F README.md c3c0f19532ce28f6297a71870f3c7b424729f0e6d9ab889616d3587dd2332159 @@ -2216,8 +2216,8 @@ F vsixtest/vsixtest.tcl 6195aba1f12a5e10efc2b8c0009532167be5e301abe5b31385638080 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P e21fc1ba44dc88547fd2cdfaed90717566153880e79d862e2b3e54ba7f8f0a2e -R 43a3ec8b90a9e71d80fbd60d9b6497e3 -U drh -Z cb990e9dc67b861b1e4007698e41b060 +P 28e2b9a23f61530bc5eea364a74817fca03fa31f70d4eefb0942a89c1d79f765 +R 5d1fcd827a8facd387ccc45fec2ba4a3 +U stephan +Z 4ca8372b73f0c06cd72b28d7956268de # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 1336366679..9f8f2cda57 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -28e2b9a23f61530bc5eea364a74817fca03fa31f70d4eefb0942a89c1d79f765 +e8f719d13fbcbaf1b52b421d7af59759b1b4692d4010a68d5865dfeaf3cf8cb0