summaryrefslogtreecommitdiff
path: root/cross/binutils
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-09-28 12:27:06 +0000
committerfredb <fredb@pkgsrc.org>1999-09-28 12:27:06 +0000
commit7ad7c0fdae84e2b4dfa2d302a7a9e8b5628eea4c (patch)
treef4ca98041201c26fa1bf4ea68e92cd95e4feb790 /cross/binutils
parent9d04cc85bc8af46ca9e67d45787743ab851978d2 (diff)
downloadpkgsrc-7ad7c0fdae84e2b4dfa2d302a7a9e8b5628eea4c.tar.gz
Fix EXTRACT_USING_PAX case. Closes PR 7785.
Diffstat (limited to 'cross/binutils')
-rw-r--r--cross/binutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index aef69c14790..ac5cb5b2abe 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/09/28 11:58:07 fredb Exp $
+# $NetBSD: Makefile,v 1.13 1999/09/28 12:27:06 fredb Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -62,8 +62,8 @@ do-install:
ENABLE_TARGETS_LIST!= ${ECHO} "${ENABLE_TARGETS}" | ${SED} "s/[ ][ ]*/,/g;s/^,*//"
.if defined(EXTRACT_USING_PAX)
-# XXX Fix this
-#EXTRACT_ELEMENTS= -c "`${CAT} ${FILESDIR}/exclude`"
+DONT_EXTRACT!= ${AWK} -- '{ ORS=" "; print $1 }' < files/exclude
+EXTRACT_ELEMENTS= -c ${DONT_EXTRACT}
.else
EXTRACT_ELEMENTS= -X ${FILESDIR}/exclude
.endif