From: Felix Fietkau Date: Mon, 12 Mar 2018 20:29:07 +0000 (+0100) Subject: toolchain/binutils: exclude .rej files when unpacking the tarball X-Git-Tag: v18.06.0-rc1~658 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=4fd87220567f1ae3ad209da1f602dc81c6b4d6b1 toolchain/binutils: exclude .rej files when unpacking the tarball Signed-off-by: Felix Fietkau --- diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 1df6f94ae9..f6889cb0e8 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -13,6 +13,8 @@ BIN_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=@GNU/binutils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +TAR_OPTIONS += --exclude='*.rej' + ifeq ($(PKG_VERSION),2.27) PKG_HASH:=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 endif