1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 14:55:00 +02:00

update sqlite to new upstream release (v3.2.8),

add mostlyclean target.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2747 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-12-21 13:27:52 +00:00
parent deafea2e18
commit 746141c516

View File

@ -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