From af175736179e6143088b61593c88580537dc8498 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Tue, 25 Nov 1997 09:18:12 +0000 Subject: Fix strip problem. Fix /usr/local/palm vs /usr/local/pilot (I got dyslexic at last second). Turn on optimization where it makes sense. --- palm/prc-tools/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'palm/prc-tools') diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index cde8de5566c7..d3adcef319c7 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina # -# $Id: Makefile,v 1.3 1997/11/25 07:52:07 asami Exp $ +# $Id: Makefile,v 1.2 1997/11/24 09:43:42 pst Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -20,12 +20,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@freebsd.org -BROKEN= strip - -# install things in ${LOCALBASE}/palm to avoid conflicts +# install things in ${LOCALBASE}/pilot to avoid conflicts PREFIX= ${LOCALBASE}/pilot WRKSRC= ${WRKDIR}/${PKGNAME} +# argh... mtree happens before we can mkdir ${PREFIX} ! :-( +NO_MTREE= yes + USE_PERL5= yes ALL_TARGET= gnutools all MAN1= build-prc.1 cccp.1 configure.1 \ @@ -48,7 +49,6 @@ STRIP= build-prc \ m68k-palmos-coff-ar \ m68k-palmos-coff-as \ m68k-palmos-coff-c++filt \ - m68k-palmos-coff-exportlist \ m68k-palmos-coff-gasp \ m68k-palmos-coff-gcc \ m68k-palmos-coff-gdb \ @@ -61,15 +61,16 @@ STRIP= build-prc \ m68k-palmos-coff-size \ m68k-palmos-coff-strings \ m68k-palmos-coff-strip \ - m68k-palmos-coff-stubgen \ pilrc \ txt2bitm - # after we apply freebsd patches, apply prc-tool's patches to gcc/gdb/... post-patch: (cd ${WRKSRC} ; make patch) +pre-install: + -test -d ${PREFIX} || mkdir ${PREFIX} + # the info files are redundant post-install: ${RM} -rf ${PREFIX}/info -- cgit v1.2.3