]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Bring checksymbols target up to date and add a TODO based on a feature request from...
authorstephan <stephan@noemail.net>
Mon, 21 Oct 2024 22:15:04 +0000 (22:15 +0000)
committerstephan <stephan@noemail.net>
Mon, 21 Oct 2024 22:15:04 +0000 (22:15 +0000)
FossilOrigin-Name: c00a03256b3f06411f93e690f875e9bc59a750aeea3ecf84bf8c8bec7c08b8ae

Makefile.in
main.mk
manifest
manifest.uuid

index 29f9e8ee8604c3c3f418e0e6ed4471b75ad85889..5b1b7c756cfcf4dcab9bb61f0cd20377a85c108a 100644 (file)
@@ -44,7 +44,12 @@ clean:
 # that, but we're limited to POSIX Make compatibility here. The
 # automatic reconfigures are not too onerous, though, because they're
 # much, much faster than Autotools configure runs.
-
+#
+# - Add target(s) to dump out specific vars, e.g. SQLITE_OPT, as
+# requested at https://sqlite.org/forum/forumpost/75cb3179216f8d86.
+# This would also be useful for the ext/wasm build, which fishes
+# SHELL_OPT out of the makefile.
+#
 #
 # Maintenance reminder: When using the X?=Y variable assignment
 # formulation, please test the build with both GNU make and a POSIX
diff --git a/main.mk b/main.mk
index 3b401728d1443d37f62544b3fcb4e4c1975f58c6..399c22fddf36807537b7845ab67cfc61b4ea378c 100644 (file)
--- a/main.mk
+++ b/main.mk
@@ -1549,7 +1549,7 @@ xbin: loadfts$(EXE)
 # symbols that do not begin with "sqlite3_". It is run as part of the
 # releasetest.tcl script.
 #
-VALIDIDS=' sqlite3(changeset|changegroup|session)?_'
+VALIDIDS=' sqlite3(changeset|changegroup|session|rebaser)?_'
 checksymbols: sqlite3.o
        nm -g --defined-only sqlite3.o
        nm -g --defined-only sqlite3.o | egrep -v $(VALIDIDS); test $$? -ne 0
index 69080ecc5a95d97d4501065e94e04842f9388d82..af8ae8f298e8f265040f09398cbb13d2a540296a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Resolve\stwo\sbuild\sFIXMEs.
-D 2024-10-21T21:32:58.702
+C Bring\schecksymbols\starget\sup\sto\sdate\sand\sadd\sa\sTODO\sbased\son\sa\sfeature\srequest\sfrom\sthe\sforum.
+D 2024-10-21T22:15:04.157
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
-F Makefile.in d1c02c09e3e05d8f5daffb49adfb83fa0a9b5872d7e74a4997ce734d29916032
+F Makefile.in 88f9238a6fcf4ea77c24942fa58772bd206f14b0cd604b6267e7075d609b878a
 F Makefile.linux-gcc f3842a0b1efbfbb74ac0ef60e56b301836d05b4d867d014f714fa750048f1ab6
 F Makefile.msc 58b69eda1faad5d475092b8aeffab9156ee4901a82db089b166607f2ec907ee4
 F README.md c3c0f19532ce28f6297a71870f3c7b424729f0e6d9ab889616d3587dd2332159
@@ -711,7 +711,7 @@ F ext/wasm/wasmfs.make bc8bb227f35d5bd3863a7bd2233437c37472a0d81585979f058f9b9b5
 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x
 F ltmain.sh 3ff0879076df340d2e23ae905484d8c15d5fdea8
 F magic.txt 5ade0bc977aa135e79e3faaea894d5671b26107cc91e70783aa7dc83f22f3ba0
-F main.mk a29ea875e6761a37430dd4bd9b3a7311a277b095d95f2bd9701d23a41d7623bd
+F main.mk 420e9df512d6f7095392af26bc6bb1699c66251b8feb6cf848484378ea6f8980
 F mptest/config01.test 3c6adcbc50b991866855f1977ff172eb6d901271
 F mptest/config02.test 4415dfe36c48785f751e16e32c20b077c28ae504
 F mptest/crash01.test 61e61469e257df0850df4293d7d4d6c2af301421
@@ -2240,8 +2240,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 fa74cbb40c0f2e0135ac97fc4fa899b2ab7973f925f154e8e18c85661d60e17f
-R 6a47b82222a3234924b44815565335fb
+P 4de51c165ca4d0ad66f5dd7aa16fc82c673c6791b65990339134fb26b858ec33
+R 4ba0a87f98ffeda9c845a486f8f418cb
 U stephan
-Z 5b595eb789738b4c53b49a8868024628
+Z ee571add5e230eaf56e3d8be4b067a81
 # Remove this line to create a well-formed Fossil manifest.
index 0b8761020de2a2f17111e2aa880871e48ff1ffba..25362603227ae0adaa05812e583eae2480d6c823 100644 (file)
@@ -1 +1 @@
-4de51c165ca4d0ad66f5dd7aa16fc82c673c6791b65990339134fb26b858ec33
+c00a03256b3f06411f93e690f875e9bc59a750aeea3ecf84bf8c8bec7c08b8ae