]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Another small tweak to the MSVC batch build tool.
authormistachkin <mistachkin@noemail.net>
Fri, 5 Feb 2016 04:39:11 +0000 (04:39 +0000)
committermistachkin <mistachkin@noemail.net>
Fri, 5 Feb 2016 04:39:11 +0000 (04:39 +0000)
FossilOrigin-Name: 76718bbce775e13a82893be519ddd98b2f3a4942

manifest
manifest.uuid
tool/build-all-msvc.bat

index 7d7eb20c8770ef9e1acd59ba92c21feca4fab74a..3f7a991ee41d665c3105e0749728276edfe27d2a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Temporarily\sback\sout\sthe\s0.5%\sperformance\simprovement\sfrom\ncheck-in\s[632071bac5ff32].\s\sNeed\sa\smore\selaborate\ssolution\sthat\sworks\nwith\sreentrant\svirtual\stables\sand\sSQL\sfunctions.
-D 2016-02-04T19:50:33.284
+C Another\ssmall\stweak\sto\sthe\sMSVC\sbatch\sbuild\stool.
+D 2016-02-05T04:39:11.238
 F Makefile.in 027c1603f255390c43a426671055a31c0a65fdb4
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 72b7858f02017611c3ac1ddc965251017fed0845
@@ -1367,7 +1367,7 @@ F test/zerodamage.test cf6748bad89553cc1632be51a6f54e487e4039ac
 F tool/GetFile.cs a15e08acb5dd7539b75ba23501581d7c2b462cb5
 F tool/GetTclKit.bat 629d87562e0487c386db630033931d12d62e6372
 F tool/addopcodes.tcl 4ca9c3ef196f08da30add5d07ce0c9458dc8c633
-F tool/build-all-msvc.bat 77f85f4268c2711d637c629610d0cf3df5338638 x
+F tool/build-all-msvc.bat 8686ace11a70a2dcd25d8a32e594517040402f1d x
 F tool/build-shell.sh 950f47c6174f1eea171319438b93ba67ff5bf367
 F tool/cg_anno.tcl 692ce4b8693d59e3a3de77ca97f4139ecfa641b0 x
 F tool/checkSpacing.c 810e51703529a204fc4e1eb060e9ab663e3c06d2
@@ -1426,8 +1426,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P c9c6457d8ea911f6cc63967127e58da3146fd3ef
-Q -632071bac5ff324a74cec9bdbba2deb60c0945e9
-R c2fbdbab2e50abda4a6e36464c2e90a7
-U drh
-Z d787da74a7d8bd75c2afcf5547eaa172
+P 42736fb0adc82a0fb692850ff3dd3f9b501cbf1f
+R 42b9a28037cad0e47b316fe911b23a4e
+U mistachkin
+Z 608fd16e3704c006125d3c0da336963e
index 902f64f567761f49b40bb95e0b144c99eaed17e4..166eb03e6888c7da411fe8faecf8343bceec28e3 100644 (file)
@@ -1 +1 @@
-42736fb0adc82a0fb692850ff3dd3f9b501cbf1f
\ No newline at end of file
+76718bbce775e13a82893be519ddd98b2f3a4942
\ No newline at end of file
index 2dd01004d507ed36aa57801e8bb2a4e3556e6c7a..059f3a1da27b87cccad02463693196587f3bcd2e 100755 (executable)
@@ -729,11 +729,15 @@ GOTO no_errors
   GOTO :EOF\r
 \r
 :fn_UnsetVariable\r
+  SETLOCAL\r
   SET VALUE=%1\r
   IF DEFINED VALUE (\r
-    SET %VALUE%=\r
     SET VALUE=\r
+    ENDLOCAL\r
+    SET %VALUE%=\r
     CALL :fn_ResetErrorLevel\r
+  ) ELSE (\r
+    ENDLOCAL\r
   )\r
   GOTO :EOF\r
 \r