projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4caf81a
)
update sqlite to new upstream release (v3.2.8), add mostlyclean target.
author
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Dec 2005 13:27:52 +0000
(13:27 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 21 Dec 2005 13:27:52 +0000
(13:27 +0000)
SVN-Revision: 2747
openwrt/package/sqlite/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/sqlite/Makefile
b/openwrt/package/sqlite/Makefile
index 831671874d0ddce0ffa142f9d533a551e26f12bf..b85d8944f587fc59a7ab6521f52b7c8b46f6ec28 100644
(file)
--- a/
openwrt/package/sqlite/Makefile
+++ b/
openwrt/package/sqlite/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite
-PKG_VERSION:=3.2.
7
+PKG_VERSION:=3.2.
8
PKG_RELEASE:=1
-PKG_MD5SUM:=
34c92821b3b46380f192c0aaf2b2b217
+PKG_MD5SUM:=
9f2c014aaa46565b8163e047166a5686
PKG_SOURCE_URL:=http://www.sqlite.org/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-96,3
+96,7
@@
uninstall-dev:
compile-targets: install-dev
clean-targets: uninstall-dev
+
+mostlyclean:
+ -$(MAKE) -C $(PKG_BUILD_DIR) clean
+ rm -f $(PKG_BUILD_DIR)/.built