Remove amalgamation on "make clean" (fixes #2559) (CVS 4829)
FossilOrigin-Name: e03802f362307ee91fcecaeab6b8f3b43a61d4ca
This commit is contained in:
parent
8390bc382a
commit
ae28e67da5
@ -659,7 +659,7 @@ tcl_install: libtclsqlite3.la
|
||||
clean:
|
||||
rm -f *.lo *.la *.o sqlite3$(TEXE) libsqlite3.la
|
||||
rm -f sqlite3.h opcodes.*
|
||||
rm -rf .libs .deps
|
||||
rm -rf .libs .deps tsrc
|
||||
rm -f lemon$(BEXE) lempar.c parse.* sqlite*.tar.gz
|
||||
rm -f mkkeywordhash$(BEXE) keywordhash.h
|
||||
rm -f $(PUBLISH)
|
||||
@ -667,7 +667,7 @@ clean:
|
||||
rm -f testfixture$(TEXE) test.db
|
||||
rm -f common.tcl
|
||||
rm -f sqlite3.dll sqlite3.lib sqlite3.def
|
||||
rm -f .target_source
|
||||
rm -f sqlite3.c .target_source
|
||||
|
||||
distclean: clean
|
||||
rm -f config.log config.status libtool Makefile sqlite3.pc
|
||||
|
12
manifest
12
manifest
@ -1,7 +1,7 @@
|
||||
C Miscellaneous\sautoconf\scleanups\s-\sget\srid\sof\sTARGET_CFLAGS,\sfix\sheader\slist\s(CVS\s4828)
|
||||
D 2008-03-06T08:54:38
|
||||
C Remove\samalgamation\son\s"make\sclean"\s(fixes\s#2559)\s(CVS\s4829)
|
||||
D 2008-03-06T09:03:21
|
||||
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
|
||||
F Makefile.in bc8853a2bd55e1e5ba90592a4472e5877d51a340
|
||||
F Makefile.in c8c35f20dd24aad9ba71e4ca8c2b99cc8c84ed0a
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
F VERSION 2e206fc9458bf10a8c3ba2d13bf521a04ef441c6
|
||||
@ -624,7 +624,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
|
||||
P 48c9fa97b9d9000f6fba5adb04c1026b162eb3ab
|
||||
R b1cf16a44aab375d9aadd095245a0690
|
||||
P a674f76db9035375772706b6ff1cfaa2a459ffb0
|
||||
R 936cdc026fe874433af5593aab111821
|
||||
U mlcreech
|
||||
Z 1cf558167ea68317b2fa78036d64d8b7
|
||||
Z e266b9b33c2411a276147aff041cd46d
|
||||
|
@ -1 +1 @@
|
||||
a674f76db9035375772706b6ff1cfaa2a459ffb0
|
||||
e03802f362307ee91fcecaeab6b8f3b43a61d4ca
|
Loading…
Reference in New Issue
Block a user