Adjust the mkshellc.tcl script so that the generated code always uses
unix-style line endings. FossilOrigin-Name: 9f69af4dbcb273519fa87b7868f3792560fb71b192f4ffe53b8b465334da5ae4
This commit is contained in:
parent
d95a652025
commit
a4df1bd5ff
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Avoid\sominous\swarning\sin\sshowdb.c
|
||||
D 2021-06-16T13:26:40.463
|
||||
C Adjust\sthe\smkshellc.tcl\sscript\sso\sthat\sthe\sgenerated\scode\salways\suses\nunix-style\sline\sendings.
|
||||
D 2021-06-16T15:56:09.899
|
||||
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
|
||||
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
|
||||
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
|
||||
@ -1852,7 +1852,7 @@ F tool/mkopcodec.tcl d1b6362bd3aa80d5520d4d6f3765badf01f6c43c
|
||||
F tool/mkopcodeh.tcl 130b88697da6ec5b89b41844d955d08fb62c2552e889dec8c7bcecb28d8f50bd
|
||||
F tool/mkopts.tcl 680f785fdb09729fd9ac50632413da4eadbdf9071535e3f26d03795828ab07fa
|
||||
F tool/mkpragmatab.tcl ae5585ae76ca26e4d6ccd5ea9cdebaf5efefb318bf989497a0e846cd711d9ab1
|
||||
F tool/mkshellc.tcl 70a9978e363b0f3280ca9ce1c46d72563ff479c1930a12a7375e3881b7325712
|
||||
F tool/mkshellc.tcl 5fe7e518112b262e25726f248c0f33dd153192867453984b6af0a76a88e97cb2
|
||||
F tool/mksourceid.c 36aa8020014aed0836fd13c51d6dc9219b0df1761d6b5f58ff5b616211b079b9
|
||||
F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97
|
||||
F tool/mksqlite3c-noext.tcl 4f7cfef5152b0c91920355cbfc1d608a4ad242cb819f1aea07f6d0274f584a7f
|
||||
@ -1918,7 +1918,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
|
||||
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
|
||||
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
|
||||
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
|
||||
P be00e45b723adf64bc78927dc12de3116fd04912a52e5c105a52f235c57698f5
|
||||
R ff172fb118f95b7d18532fd66becde9e
|
||||
U larrybr
|
||||
Z 9772cb1ad713ae796d8354e91b29d691
|
||||
P f8d7ac0104b76555142ce0d32714594f42d19b311dce2f77f42f92756b5e0c93
|
||||
R 8096b459bc52999a686a07ce38e2633d
|
||||
U drh
|
||||
Z d9829fc7ef6888439b3e9b0991becf3b
|
||||
|
@ -1 +1 @@
|
||||
f8d7ac0104b76555142ce0d32714594f42d19b311dce2f77f42f92756b5e0c93
|
||||
9f69af4dbcb273519fa87b7868f3792560fb71b192f4ffe53b8b465334da5ae4
|
@ -11,6 +11,7 @@
|
||||
#
|
||||
set topdir [file dir [file dir [file normal $argv0]]]
|
||||
set out stdout
|
||||
fconfigure stdout -translation binary
|
||||
puts $out {/* DO NOT EDIT!
|
||||
** This file is automatically generated by the script in the canonical
|
||||
** SQLite source tree at tool/mkshellc.tcl. That script combines source
|
||||
|
Loading…
Reference in New Issue
Block a user