From: mistachkin Date: Wed, 20 Jan 2016 18:47:59 +0000 (+0000) Subject: Add 'rbu' to the clean targets. X-Git-Tag: version-3.11.0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5a5a23e92dfd32b30cdfc5d8909438bdd46f4ee;p=thirdparty%2Fsqlite.git Add 'rbu' to the clean targets. FossilOrigin-Name: f60f025027ab3acdbc97701f81ff9c11c8463022 --- diff --git a/Makefile.in b/Makefile.in index 005d529594..6859dcf854 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1218,6 +1218,7 @@ clean: rm -f sqlite3_analyzer$(TEXE) sqlite3_analyzer.c rm -f sqlite-*-output.vsix rm -f mptester mptester.exe + rm -f rbu rbu.exe rm -f fuzzershell fuzzershell.exe rm -f fuzzcheck fuzzcheck.exe rm -f sqldiff sqldiff.exe diff --git a/Makefile.msc b/Makefile.msc index c8275fde25..160323a103 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -1863,7 +1863,7 @@ clean: del /Q testfixture.exe test.db 2>NUL del /Q LogEst.exe fts3view.exe rollback-test.exe showdb.exe 2>NUL del /Q showjournal.exe showstat4.exe showwal.exe speedtest1.exe 2>NUL - del /Q mptester.exe wordcount.exe 2>NUL + del /Q mptester.exe wordcount.exe rbu.exe 2>NUL del /Q sqlite3.exe sqlite3.dll sqlite3.def 2>NUL del /Q sqlite3.c sqlite3-*.c 2>NUL del /Q sqlite3rc.h 2>NUL diff --git a/main.mk b/main.mk index 934cd36a4e..1dda2d153f 100644 --- a/main.mk +++ b/main.mk @@ -892,6 +892,7 @@ clean: rm -f showwal showwal.exe rm -f speedtest1 speedtest1.exe rm -f wordcount wordcount.exe + rm -f rbu rbu.exe rm -f sqlite3.c sqlite3-*.c fts?amal.c tclsqlite3.c rm -f sqlite3rc.h rm -f shell.c sqlite3ext.h diff --git a/manifest b/manifest index 1fd7c7c1ba..7d2bd65367 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -C Add\sa\s-detail\soption\sto\sthe\sloadfts5.tcl\sscript.\sFor\screating\stables\swith\sthe\sdetail=\soption\sset. -D 2016-01-20T16:36:10.587 -F Makefile.in a476545d0c8626224d0bacac85c6e2967474af81 +C Add\s'rbu'\sto\sthe\sclean\stargets. +D 2016-01-20T18:47:59.553 +F Makefile.in 7be88f5b473891e3a8c07245ed60535fcda4f9ee F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 -F Makefile.msc 01e855f958932d0d3ed62ec675fc63e2cef61fcb +F Makefile.msc c5ead4aa22ff6f528c755b07ed1e31184ac5b3d2 F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7 F VERSION 866588d1edf0ccb5b0d33896974338f97564f719 F aclocal.m4 a5c22d164aff7ed549d53a90fa56d56955281f50 @@ -269,7 +269,7 @@ F ext/userauth/userauth.c 5fa3bdb492f481bbc1709fc83c91ebd13460c69e F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x F ltmain.sh 3ff0879076df340d2e23ae905484d8c15d5fdea8 F magic.txt 8273bf49ba3b0c8559cb2774495390c31fd61c60 -F main.mk 8670f56454bdc59d5e33397bf8c7e43eb33af50c +F main.mk 960071a0bceb043bc5627573986154f507931f33 F mkso.sh fd21c06b063bb16a5d25deea1752c2da6ac3ed83 F mptest/config01.test 3c6adcbc50b991866855f1977ff172eb6d901271 F mptest/config02.test 4415dfe36c48785f751e16e32c20b077c28ae504 @@ -1419,7 +1419,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 e8adeb64d4e463772feb58dbd6f00715b92e735c -R 98a9c0dcd39e5c05ab4c041a240f6511 -U dan -Z b7cb5f97fd28535e6bf47b6d39323aaf +P 81e830e21f81b6428209afa0b8f42f2fd9bd7aab +R 48465c96540143107ca11194f4f37f5c +U mistachkin +Z 6a809d8da8a8f3c2b9daa12aa587edb1 diff --git a/manifest.uuid b/manifest.uuid index d46650e968..849ae0e2a6 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -81e830e21f81b6428209afa0b8f42f2fd9bd7aab \ No newline at end of file +f60f025027ab3acdbc97701f81ff9c11c8463022 \ No newline at end of file