From: danielk1977 Date: Mon, 28 Jul 2008 05:26:32 +0000 (+0000) Subject: Add mem6.c to Makefile.in. Ticket #3253. (CVS 5487) X-Git-Tag: version-3.6.10~690 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78bd9ca86f2d3537c2384896efe9882944222656;p=thirdparty%2Fsqlite.git Add mem6.c to Makefile.in. Ticket #3253. (CVS 5487) FossilOrigin-Name: 51be2e4463ca32f290feb610f59553b55bc67a5c --- diff --git a/Makefile.in b/Makefile.in index 0d09045fc3..cc08a20681 100644 --- a/Makefile.in +++ b/Makefile.in @@ -158,8 +158,8 @@ OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \ btree.lo build.lo callback.lo complete.lo date.lo \ delete.lo expr.lo fault.lo func.lo global.lo \ hash.lo journal.lo insert.lo loadext.lo \ - main.lo malloc.lo mem1.lo mem2.lo mem3.lo mem4.lo mem5.lo mutex.lo \ - mutex_os2.lo mutex_unix.lo mutex_w32.lo \ + main.lo malloc.lo mem1.lo mem2.lo mem3.lo mem4.lo mem5.lo mem6.lo \ + mutex.lo mutex_os2.lo mutex_unix.lo mutex_w32.lo \ opcodes.lo os.lo os_unix.lo os_win.lo os_os2.lo \ pager.lo parse.lo pragma.lo prepare.lo printf.lo random.lo \ select.lo status.lo table.lo tokenize.lo trigger.lo update.lo \ @@ -212,6 +212,7 @@ SRC = \ $(TOP)/src/mem3.c \ $(TOP)/src/mem4.c \ $(TOP)/src/mem5.c \ + $(TOP)/src/mem6.c \ $(TOP)/src/mutex.c \ $(TOP)/src/mutex.h \ $(TOP)/src/mutex_os2.c \ @@ -555,6 +556,9 @@ mem4.lo: $(TOP)/src/mem4.c $(HDR) mem5.lo: $(TOP)/src/mem5.c $(HDR) $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem5.c +mem6.lo: $(TOP)/src/mem6.c $(HDR) + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem6.c + mutex.lo: $(TOP)/src/mutex.c $(HDR) $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mutex.c diff --git a/manifest b/manifest index a68a2de043..a6d8cd3932 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ -C In\sthe\sdocumentation\sfor\sSQLITE_CONFIG_MEMSTATUS,\smake\sit\sclear\sthat\sthe\s'boolean'\sargument\spassed\sto\ssqlite3_config()\sis\sactually\sof\stype\sint.\sTicket\s#3252.\s(CVS\s5486) -D 2008-07-28T05:22:36 +C Add\smem6.c\sto\sMakefile.in.\sTicket\s#3253.\s(CVS\s5487) +D 2008-07-28T05:26:33 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 -F Makefile.in d677b8dbc24fd815043e87e9350f8d296ab40f0d +F Makefile.in bbb62eecc851379aef5a48a1bf8787eb13e6ec06 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 F README b974cdc3f9f12b87e851b04e75996d720ebf81ac F VERSION d739ba532eddc5c09ef9a55151328cd6a8a102c6 @@ -612,7 +612,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P 75c2a532f4dfd7eee5136fbb79f8e20dbc666fad -R 89775535aa216d47014ca2a590511a5c +P 1ffdd46f0bf5c82c652dedf74660e913b5699b18 +R 5006c92fb864a0ff2f6bebcd27de2d76 U danielk1977 -Z 44c393816d0fa17b7638b4e918f4a225 +Z 66bcbf1b22aa20922ecfd56da69c3011 diff --git a/manifest.uuid b/manifest.uuid index 378c23bfb5..69390dad28 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1ffdd46f0bf5c82c652dedf74660e913b5699b18 \ No newline at end of file +51be2e4463ca32f290feb610f59553b55bc67a5c \ No newline at end of file