From: mistachkin Date: Fri, 27 Jul 2012 08:33:10 +0000 (+0000) Subject: For the clean makefile targets, delete the generated VSIX file as well. X-Git-Tag: version-3.7.14~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2bc4380b2b6eed936e7cac00180b27a9ca09c1a;p=thirdparty%2Fsqlite.git For the clean makefile targets, delete the generated VSIX file as well. FossilOrigin-Name: d575d9619abd03322b73f89882d6da7c0820f285 --- diff --git a/Makefile.in b/Makefile.in index df424cb190..db7f88eebf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -941,6 +941,7 @@ clean: rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def rm -f sqlite3.c rm -f sqlite3_analyzer$(TEXE) sqlite3_analyzer.c + rm -f sqlite-output.vsix distclean: clean rm -f config.log config.status libtool Makefile sqlite3.pc diff --git a/Makefile.msc b/Makefile.msc index 76f368f3e4..c8142b4517 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -1124,6 +1124,7 @@ clean: del /Q sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def del /Q sqlite3.c del /Q sqlite3_analyzer.exe sqlite3_analyzer.exp sqlite3_analyzer.c + del /Q sqlite-output.vsix # # Windows section diff --git a/main.mk b/main.mk index 8682961881..408e609b8e 100644 --- a/main.mk +++ b/main.mk @@ -616,3 +616,4 @@ clean: rm -f threadtest3 threadtest3.exe rm -f sqlite3.c fts?amal.c tclsqlite3.c rm -f sqlite3_analyzer sqlite3_analyzer.exe sqlite3_analyzer.c + rm -f sqlite-output.vsix diff --git a/manifest b/manifest index d2a58a13a1..46a0ce0ab8 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Modify\sthe\smulti-platform\sbuild\stool\sfor\sMSVC\sto\ssupport\sthe\slatest\sRC\sversion. -D 2012-07-27T08:21:45.506 +C For\sthe\sclean\smakefile\stargets,\sdelete\sthe\sgenerated\sVSIX\sfile\sas\swell. +D 2012-07-27T08:33:10.965 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f -F Makefile.in 8f6d858bf3df9978ba43df19985146a1173025e4 +F Makefile.in abd5c10d21d1395f140d9e50ea999df8fa4d6376 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 -F Makefile.msc 21c3e04a68386c867a362f6332e8c3c15e4bb237 +F Makefile.msc 4d7f170e4cef939bec3c90e149ab8241c8e36703 F Makefile.vxworks 879f034a64062a364b21000266bbd5bc6e0c19b9 F README cd04a36fbc7ea56932a4052d7d0b7f09f27c33d6 F VERSION a71848df48082f1d6585d4b0819d530fc455485d @@ -103,7 +103,7 @@ F ext/rtree/tkt3363.test 142ab96eded44a3615ec79fba98c7bde7d0f96de F ext/rtree/viewrtree.tcl eea6224b3553599ae665b239bd827e182b466024 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x F ltmain.sh 3ff0879076df340d2e23ae905484d8c15d5fdea8 -F main.mk d109a9342d1fe135d3900aca9f5563f9480a991d +F main.mk 72026405046ed5b1f0368943b89c0aa29ad558b6 F mkdll.sh 7d09b23c05d56532e9d44a50868eb4b12ff4f74a F mkextu.sh 416f9b7089d80e5590a29692c9d9280a10dbad9f F mkextw.sh 4123480947681d9b434a5e7b1ee08135abe409ac @@ -1008,7 +1008,7 @@ F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 F tool/win/sqlite.vsix 84163b633f01f35cb47495c05dd2b640159677ff -P e42f5812f142522852f6dc72430bc7afdd6f2ed3 -R 68817282cd6637b6d21e0b351abec1b7 +P 95b65883bbf476a17f09ff978df4f51af615baab +R cce28b8205971983dc12340f78f5f90e U mistachkin -Z bf08b5aacb62102aa7b12a64799d345d +Z b490b4f938ec6505b50be516f96db421 diff --git a/manifest.uuid b/manifest.uuid index 929a6482f4..60b8488207 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -95b65883bbf476a17f09ff978df4f51af615baab \ No newline at end of file +d575d9619abd03322b73f89882d6da7c0820f285 \ No newline at end of file