mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
proj.tcl/main.mk doc updates. No functional changes.
FossilOrigin-Name: e06574c6b4b666ef26f0fa06e6d60e5d896caaf1b1ca27f5369f5b7650d12b9b
This commit is contained in:
@@ -936,12 +936,12 @@ proc proj-dump-defs-json {file args} {
|
||||
# form which autosetup will expect for passing to [opt-val NAME] and
|
||||
# friends.
|
||||
#
|
||||
# Commend lines are permitted in the input.
|
||||
# Comment lines are permitted in the input.
|
||||
#
|
||||
# If [opt-val $hidden] has a value but [opt-val
|
||||
# $canonical] does not, it copies the former over the latter. If
|
||||
# $hidden has no value set, this is a no-op. If both have explicit
|
||||
# values a fatal usage error is triggered.
|
||||
# For each pair ALIAS and CANONICAL, if --ALIAS is provided but
|
||||
# --CANONICAL is not, the value of the former is copied to the
|
||||
# latter. If --ALIAS is not provided, this is a no-op. If both have
|
||||
# explicitly been provided a fatal usage error is triggered.
|
||||
#
|
||||
# Motivation: autosetup enables "hidden aliases" in [options] lists,
|
||||
# and elides the aliases from --help output but does no further
|
||||
|
6
main.mk
6
main.mk
@@ -1431,14 +1431,14 @@ tclextension-install: tclsqlite3.c
|
||||
$(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --cc "$(T.cc)" $(CFLAGS.tclextension)
|
||||
|
||||
#
|
||||
# Install the SQLite TCL extension that is used by $TCLSH_CMD
|
||||
# Uninstall the SQLite TCL extension that is used by $TCLSH_CMD.
|
||||
#
|
||||
tclextension-uninstall:
|
||||
$(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --uninstall
|
||||
|
||||
#
|
||||
# List all installed the SQLite TCL extension that is are accessible
|
||||
# by $TCLSH_CMD, included prior versions.
|
||||
# List all installed the SQLite TCL extensions that is are accessible
|
||||
# by $TCLSH_CMD, including prior versions.
|
||||
#
|
||||
tclextension-list:
|
||||
$(TCLSH_CMD) $(TOP)/tool/buildtclext.tcl --info
|
||||
|
16
manifest
16
manifest
@@ -1,5 +1,5 @@
|
||||
C Adjust\sMakefile.in\sto\shonor\sthe\sCC\senvironment\svariable.\s\sAdd\sthe\n"show-variables"\starget\sto\smain.mk,\sfor\sdebugging.
|
||||
D 2024-10-30T19:13:07.641
|
||||
C proj.tcl/main.mk\sdoc\supdates.\sNo\sfunctional\schanges.
|
||||
D 2024-10-30T22:09:49.845
|
||||
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
|
||||
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
|
||||
F LICENSE.md c5b4009dca54d127d2d6033c22fd9cc34f53bedb6ef12c7cbaa468381c74ab28
|
||||
@@ -49,7 +49,7 @@ F autosetup/cc.tcl 7e2fe943ae9d45cf39e9f5b05b6230df8e719415edea5af06c30eb68680bd
|
||||
F autosetup/default.auto 5cdf016de2140e50f1db190a02039dc42fb390af1dda4cc4853e3042a9ef0e82
|
||||
F autosetup/jimsh0.c 27ea5f221359ef6c58780fc6c185aadbf8d3bee9a021331a3e5de0eba0dc6de6
|
||||
F autosetup/pkg-config.tcl 4e635bf39022ff65e0d5434339dd41503ea48fc53822c9c5bde88b02d3d952ba
|
||||
F autosetup/proj.tcl fa96b17f000042f467239f2ef3e7a33d4787bc0fb5db4e69bd5bf1e55bb380f4
|
||||
F autosetup/proj.tcl bbcad82f274f23b4467ba346a750b340ba97ff6218e231e8b471f8b960ed1273
|
||||
F autosetup/system.tcl 3a39d6e0b3bfba526fd39afe07c1d0d325e5a31925013a1ba7c671e1128e31bb
|
||||
F autosetup/tmake.auto eaebc74ad538dfdd3c817c27eefc31930c20510c4f3a3704071f6cb0629ed71f
|
||||
F autosetup/tmake.tcl a275793ec1b6f8708179af0acef1f6f10d46c2920739743f7a8720c6d700c7a9
|
||||
@@ -697,7 +697,7 @@ F ext/wasm/tests/opfs/concurrency/test.js d08889a5bb6e61937d0b8cbb78c9efbefbf65a
|
||||
F ext/wasm/tests/opfs/concurrency/worker.js 0a8c1a3e6ebb38aabbee24f122693f1fb29d599948915c76906681bb7da1d3d2
|
||||
F ext/wasm/wasmfs.make bc8bb227f35d5bd3863a7bd2233437c37472a0d81585979f058f9b9b503bef35
|
||||
F magic.txt 5ade0bc977aa135e79e3faaea894d5671b26107cc91e70783aa7dc83f22f3ba0
|
||||
F main.mk f53fa37c14bbf1f561f1c1e0cc4108987ad986e6b609bb9040b4a47e8312887c
|
||||
F main.mk 3eb1213b7a8f1a6a86bc59ca910b608d60670fb915c5a76cbfb90f84c61ab4dd
|
||||
F mptest/config01.test 3c6adcbc50b991866855f1977ff172eb6d901271
|
||||
F mptest/config02.test 4415dfe36c48785f751e16e32c20b077c28ae504
|
||||
F mptest/crash01.test 61e61469e257df0850df4293d7d4d6c2af301421
|
||||
@@ -2198,8 +2198,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
|
||||
F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
|
||||
F tool/warnings.sh 49a486c5069de041aedcbde4de178293e0463ae9918ecad7539eedf0ec77a139
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P c0048e4482e9cb9662637899922af9609e7c8fb002a37b71e6181074df7a0dd1
|
||||
R 7a0cc20d4b50730c4df041dd5290b33e
|
||||
U drh
|
||||
Z 640e6e3c39ea4199b20729a50edbbfbb
|
||||
P e5f1a01f9f574a64e464c66c1b88f76aeea83f0bbe697c53bb63d3592d93e55e
|
||||
R eda87ae0aaa5ae05af6dcdd7368f1637
|
||||
U stephan
|
||||
Z 69321f0b758a6072a7c355e769ce2507
|
||||
# Remove this line to create a well-formed Fossil manifest.
|
||||
|
@@ -1 +1 @@
|
||||
e5f1a01f9f574a64e464c66c1b88f76aeea83f0bbe697c53bb63d3592d93e55e
|
||||
e06574c6b4b666ef26f0fa06e6d60e5d896caaf1b1ca27f5369f5b7650d12b9b
|
||||
|
Reference in New Issue
Block a user