projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e9639
)
toolchain/binutils: exclude .rej files when unpacking the tarball
author
Felix Fietkau
<nbd@nbd.name>
Mon, 12 Mar 2018 20:29:07 +0000
(21:29 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 12 Mar 2018 20:29:24 +0000
(21:29 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/binutils/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index 1df6f94ae9cfb5aaf5effe7ff4e1e61eefd7af5a..f6889cb0e81ba24a927cd1a59584fb4c2acbecdc 100644
(file)
--- 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