From: mistachkin Date: Wed, 7 Jan 2015 18:19:09 +0000 (+0000) Subject: Modify the valgrind target to be consistent with regard to target suffixes. X-Git-Tag: version-3.8.8~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3a720e11e6ffe5def9117eef5893c07899975c4;p=thirdparty%2Fsqlite.git Modify the valgrind target to be consistent with regard to target suffixes. FossilOrigin-Name: dc4aa7321262ace43d985a227ad052dfca7db6c7 --- diff --git a/Makefile.in b/Makefile.in index ec84b49dd3..5d89b0aae7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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" > $@ diff --git a/manifest b/manifest index aa7213d9fe..ca91d79350 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 334b0c9c1f..958d9156d6 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9b92a4d2b6585d5fdf20330e4138081df58960e9 \ No newline at end of file +dc4aa7321262ace43d985a227ad052dfca7db6c7 \ No newline at end of file