X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=7cd27dfe397e268e321ab5ca9e84870fb23c2a57;hb=86b4d5ef68ca77ff6724ebb9bddd6b93239c87fc;hp=316846361f17f58b875fdd681abc9aa8ad431ae4;hpb=4044cf6e01c0585008e314e0953f93dff694b9a5;p=openwrt.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 316846361f..7cd27dfe39 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,25 +7,29 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quilt -PKG_VERSION:=0.47 +PKG_VERSION:=0.60 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME) -PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 +PKG_MD5SUM:=058a08a9b626bdec9ec8c519dc92158c include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += \ + --with-find=$(FIND) + define Host/Configure + cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default) [ -f $(HOST_BUILD_DIR)/Makefile ] endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all endef define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install endef define Host/Clean