From: drh Date: Thu, 13 Oct 2011 18:08:04 +0000 (+0000) Subject: Change the makefile to delete both plain and ".exe" variants of build tools. X-Git-Tag: version-3.7.9~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0edb7acd3c2dcd913e5cecce8475aed8ff0850bf;p=thirdparty%2Fsqlite.git Change the makefile to delete both plain and ".exe" variants of build tools. Ticket [92bd6eaf04e117] FossilOrigin-Name: 19536a382815c2ff4cb23625984b4ca92e5e17ee --- diff --git a/main.mk b/main.mk index 2668b854e1..2b8f47a00c 100644 --- a/main.mk +++ b/main.mk @@ -594,7 +594,8 @@ install: sqlite3 libsqlite3.a sqlite3.h clean: rm -f *.o sqlite3 sqlite3.exe libsqlite3.a sqlite3.h opcodes.* - rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h + rm -f lemon lemon.exe lempar.c parse.* sqlite*.tar.gz + rm -f mkkeywordhash mkkeywordhash.exe keywordhash.h rm -f $(PUBLISH) rm -f *.da *.bb *.bbg gmon.out rm -rf tsrc target_source diff --git a/manifest b/manifest index df81adf9cf..28902fa9d5 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Simplifications\sto\sthe\supper()\sand\slower()\sSQL\sfunctions.\nUpdates\sto\sdocumentation\son\ssqlite3_bind_text()\sand\ssqlite3_result_text()\nto\smake\sit\sclear\sthat\susers\sshould\snot\stry\sto\screate\sstrings\swith\nembedded\sNULs\sand\sthat\sif\sthey\sdo\sthe\sresult\sof\sexpression\son\sthose\sstrings\nis\sundefined.\s\sTicket\s[57c971fc74524a] -D 2011-10-13T18:00:11.063 +C Change\sthe\smakefile\sto\sdelete\sboth\splain\sand\s".exe"\svariants\sof\sbuild\stools.\nTicket\s[92bd6eaf04e117] +D 2011-10-13T18:08:04.720 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in a162fe39e249b8ed4a65ee947c30152786cfe897 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -104,7 +104,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 aa43670ca62ce7a3f4d80a5f8980c9a9ad076903 +F main.mk 0eb7d4edf00e3bb1e312766ec2edccd015703eec F mkdll.sh 7d09b23c05d56532e9d44a50868eb4b12ff4f74a F mkextu.sh 416f9b7089d80e5590a29692c9d9280a10dbad9f F mkextw.sh 4123480947681d9b434a5e7b1ee08135abe409ac @@ -969,7 +969,7 @@ F tool/symbols.sh fec58532668296d7c7dc48be9c87f75ccdb5814f F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 -P 7e24645be2fe0ffe092212e7bcfa5b4500305811 -R 70d5d750704aa84a6b8318ba5f4ea9e5 +P 9984cc20ca70b7fb39c0b99580a1317a7b0c9c85 +R 6c94372987ab796e3d8be832b30cc3a8 U drh -Z 36fd6a9db851f3c203fcf94c8d8271d9 +Z e987d3a4cc3057dbc92acbbf64cbac34 diff --git a/manifest.uuid b/manifest.uuid index a38544dbc3..fea4ea80c7 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9984cc20ca70b7fb39c0b99580a1317a7b0c9c85 \ No newline at end of file +19536a382815c2ff4cb23625984b4ca92e5e17ee \ No newline at end of file