diff options
author | fredb <fredb> | 1999-12-15 19:33:04 +0000 |
---|---|---|
committer | fredb <fredb> | 1999-12-15 19:33:04 +0000 |
commit | 774bdde0c6fbaeb861f74f1328c55f8824475e01 (patch) | |
tree | 83090c05a2209736737c2175ccdb1fb4d4dbd1a4 /cross | |
parent | 17404716dbd7ccd4176462909b1537f7ca74cf41 (diff) | |
download | pkgsrc-774bdde0c6fbaeb861f74f1328c55f8824475e01.tar.gz |
files -> ${FILESDIR}, and make EXTRACT_USING_PAX= work again.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/binutils/files/exclude | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 97958c2cef8..623135663f8 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/12/06 09:43:19 sakamoto Exp $ +# $NetBSD: Makefile,v 1.15 1999/12/15 19:33:04 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,7 +62,7 @@ do-install: ENABLE_TARGETS_LIST!= ${ECHO} "${ENABLE_TARGETS}" | ${SED} "s/[ ][ ]*/,/g;s/^,*//" .if defined(EXTRACT_USING_PAX) -DONT_EXTRACT!= ${AWK} -- '{ ORS=" "; print $1 }' < files/exclude +DONT_EXTRACT!= ${AWK} -- '{ ORS=" "; print $1 }' < ${FILESDIR}/exclude EXTRACT_ELEMENTS= -c ${DONT_EXTRACT} .else EXTRACT_ELEMENTS= -X ${FILESDIR}/exclude diff --git a/cross/binutils/files/exclude b/cross/binutils/files/exclude index 461d36889e0..29c09bc1ff0 100644 --- a/cross/binutils/files/exclude +++ b/cross/binutils/files/exclude @@ -1,4 +1,3 @@ -binutils-*/*/tests/* binutils-*/*/testsuite/* binutils-*/etc/* binutils-*/gas/* |