]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Modify the valgrind target to be consistent with regard to target suffixes.
authormistachkin <mistachkin@noemail.net>
Wed, 7 Jan 2015 18:19:09 +0000 (18:19 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 7 Jan 2015 18:19:09 +0000 (18:19 +0000)
FossilOrigin-Name: dc4aa7321262ace43d985a227ad052dfca7db6c7

Makefile.in
manifest
manifest.uuid

index ec84b49dd3352e6f41782f6bce9d98e232de74d7..5d89b0aae79a984b39e2b7581206609b012c4c82 100644 (file)
@@ -943,8 +943,8 @@ fulltestonly:       testfixture$(TEXE) sqlite3$(TEXE)
 test:  testfixture$(TEXE) sqlite3$(TEXE)
        ./testfixture$(TEXE) $(TOP)/test/veryquick.test
 
-valgrindtest:  testfixture sqlite3
-       valgrind -v ./testfixture $(TOP)/test/permutations.test valgrind
+valgrindtest:  testfixture$(TEXE) sqlite3$(TEXE)
+       valgrind -v ./testfixture$(TEXE) $(TOP)/test/permutations.test valgrind
 
 sqlite3_analyzer.c: sqlite3.c $(TOP)/src/test_stat.c $(TOP)/src/tclsqlite.c $(TOP)/tool/spaceanal.tcl
        echo "#define TCLSH 2" > $@
index aa7213d9fe0279d04b5145804ad41068a235a96e..ca91d79350e21384aad8636253ec46d60a3c3e00 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Fix\sthreads-enabled\sbuilds\son\sWindows\swhen\sthe\samalgamation\sis\snot\sin\suse.
-D 2015-01-07T18:11:29.002
+C Modify\sthe\svalgrind\starget\sto\sbe\sconsistent\swith\sregard\sto\starget\ssuffixes.
+D 2015-01-07T18:19:09.561
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
-F Makefile.in 93b5a564234f87ded60df9bc196f163bb9d7ff44
+F Makefile.in 3a2b5f8356e11591b2a7b23ce444654424591d06
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
 F Makefile.msc b363b90fe1bfc3b87d190f2f728a126c00d9ce09
 F Makefile.vxworks 034289efa9d591b04b1a73598623119c306cbba0
@@ -1235,7 +1235,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P be17ef03f1d74187f7d3b5d72a12fc00db513c8e
-R c017e1263e3a1543e8b0c9af20b82a8a
+P 9b92a4d2b6585d5fdf20330e4138081df58960e9
+R 57542d62cffe2d566b148ef68993a058
 U mistachkin
-Z 825ab427837e393aa1593ac0c51b1252
+Z 0f5a5e7af0d0c3b98a248d1911e08a19
index 334b0c9c1f6da78987839f36a30db55057e081c9..958d9156d6f84eeadb86863bd83a6f167b652f33 100644 (file)
@@ -1 +1 @@
-9b92a4d2b6585d5fdf20330e4138081df58960e9
\ No newline at end of file
+dc4aa7321262ace43d985a227ad052dfca7db6c7
\ No newline at end of file