From dc40bcec018c5d437e546f24e817561e7d98942c Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 10 Apr 2003 20:10:15 +0000 Subject: make usage of pax more consistent, use -O to bomb on broken archives (suggested by lukem), group z, r and f flags. some whitespace cleanup. --- lang/gcc-ssp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc-ssp/Makefile') diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index f2659441069..d2e4a2290c6 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/04/10 01:28:19 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/04/10 20:10:17 grant Exp $ DISTNAME= gcc-2.95.3 GCC_VERSION= 2.95.3 @@ -81,7 +81,7 @@ post-extract: post-patch: ${ECHO} "bogus" >${WRKSRC}/../${DISTNAME}/gcc/cstamp-h.in - cd ${WRKDIR} && ${PAX} -rzf ${_DISTDIR}/${SSP_PATCH} + cd ${WRKDIR} && ${PAX} -O -zrf ${_DISTDIR}/${SSP_PATCH} ${CP} ${WRKDIR}/protector.c ${WRKDIR}/protector.h ${WRKDIR}/${DISTNAME}/gcc/ ${PATCH} -p0 -d ${WRKDIR}/${DISTNAME} --forward --quiet -E < ${WRKDIR}/protector.dif ${PATCH} -p0 -d ${WRKDIR}/${DISTNAME} --forward --quiet -E < ${WRKDIR}/protectonly.dif -- cgit v1.2.3