summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-21 13:27:52 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-21 13:27:52 +0000
commit36ffb0d254bb93bef49d077ca273ab9a409ee4c7 (patch)
treeb2530bfcbac05fc61e2771b9c3e3ece23948b15e /openwrt
parent4caf81a7cca3d0496f8b6ea6b63c456d6077d719 (diff)
downloadmtk-20170518-36ffb0d254bb93bef49d077ca273ab9a409ee4c7.zip
mtk-20170518-36ffb0d254bb93bef49d077ca273ab9a409ee4c7.tar.gz
mtk-20170518-36ffb0d254bb93bef49d077ca273ab9a409ee4c7.tar.bz2
update sqlite to new upstream release (v3.2.8), add mostlyclean target.
SVN-Revision: 2747
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/sqlite/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/openwrt/package/sqlite/Makefile b/openwrt/package/sqlite/Makefile
index 8316718..b85d894 100644
--- 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