mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-24 14:17:58 +03:00
Refine cleaning of FTS5 files by Makefile targets.
FossilOrigin-Name: e548d77b3c91cdf11c78d1a688fd768e209bdbf5
This commit is contained in:
@@ -1189,7 +1189,7 @@ clean:
|
||||
rm -f fuzzershell fuzzershell.exe
|
||||
rm -f fuzzcheck fuzzcheck.exe
|
||||
rm -f sqldiff sqldiff.exe
|
||||
rm -f fts5.c fts5.h fts5parse.c fts5parse.h
|
||||
rm -f fts5.c fts5.h fts5parse.*
|
||||
|
||||
distclean: clean
|
||||
rm -f config.log config.status libtool Makefile sqlite3.pc
|
||||
|
||||
@@ -1833,7 +1833,7 @@ clean:
|
||||
del /Q sqlite3_analyzer.exe sqlite3_analyzer.c 2>NUL
|
||||
del /Q sqlite-*-output.vsix 2>NUL
|
||||
del /Q fuzzershell.exe fuzzcheck.exe sqldiff.exe 2>NUL
|
||||
del /Q fts5.c fts5.h fts5parse.c fts5parse.h 2>NUL
|
||||
del /Q fts5.c fts5.h fts5parse.* 2>NUL
|
||||
|
||||
# Dynamic link library section.
|
||||
#
|
||||
|
||||
2
main.mk
2
main.mk
@@ -869,4 +869,4 @@ clean:
|
||||
rm -f fuzzershell fuzzershell.exe
|
||||
rm -f fuzzcheck fuzzcheck.exe
|
||||
rm -f sqldiff sqldiff.exe
|
||||
rm -f fts5.c fts5.h fts5parse.c fts5parse.h
|
||||
rm -f fts5.c fts5.h fts5parse.*
|
||||
|
||||
18
manifest
18
manifest
@@ -1,9 +1,9 @@
|
||||
C Fix\sthe\sorigination\sdate\son\sthe\sloadfts.c\sutility\sprogram.
|
||||
D 2015-07-13T23:55:08.368
|
||||
C Refine\scleaning\sof\sFTS5\sfiles\sby\sMakefile\stargets.
|
||||
D 2015-07-14T00:36:34.209
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 017bf0511d1b2dd1db5e16488fbf75a17b526cbc
|
||||
F Makefile.in 2a4a94d9c6ad8cde388b672d89d1463e6f38a6da
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
F Makefile.msc e97727cdfab1d4b890eb1f7e9d3f11a6717d329d
|
||||
F Makefile.msc 86926e2330ad4b7ae6d4674762b53b293873b3fb
|
||||
F Makefile.vxworks e1b65dea203f054e71653415bd8f96dcaed47858
|
||||
F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7
|
||||
F VERSION ce0ae95abd7121c534f6917c1c8f2b70d9acd4db
|
||||
@@ -248,7 +248,7 @@ F ext/userauth/userauth.c 5fa3bdb492f481bbc1709fc83c91ebd13460c69e
|
||||
F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x
|
||||
F ltmain.sh 3ff0879076df340d2e23ae905484d8c15d5fdea8
|
||||
F magic.txt 8273bf49ba3b0c8559cb2774495390c31fd61c60
|
||||
F main.mk 2fda07d2e73021aaa98aeaf98e4b39b2ef2d5ccb
|
||||
F main.mk 551665e0bf7bd275a3e49dc8569ccb17098f7179
|
||||
F mkopcodec.awk c2ff431854d702cdd2d779c9c0d1f58fa16fa4ea
|
||||
F mkopcodeh.awk 0e7f04a8eb90f92259e47d80110e4e98d7ce337a
|
||||
F mkso.sh fd21c06b063bb16a5d25deea1752c2da6ac3ed83
|
||||
@@ -1365,7 +1365,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P 955ad4ae1978eeee1be9014fe2760c8519ad6206
|
||||
R fb02aef78cc5a7388816eff210ab1fba
|
||||
U drh
|
||||
Z 21eb497bf685df9f637399e6a83cd3d7
|
||||
P 5c76c062c0cbf7c95897c5de4868172292023303
|
||||
R 426b5fccc68ae98e50db8b48fd4e7d32
|
||||
U mistachkin
|
||||
Z 30f4df410df2e184bde2b63910ad9db6
|
||||
|
||||
@@ -1 +1 @@
|
||||
5c76c062c0cbf7c95897c5de4868172292023303
|
||||
e548d77b3c91cdf11c78d1a688fd768e209bdbf5
|
||||
Reference in New Issue
Block a user