summaryrefslogtreecommitdiff
path: root/palm/prc-tools
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-11-25 09:18:12 +0000
committerPaul Traina <pst@FreeBSD.org>1997-11-25 09:18:12 +0000
commitaf175736179e6143088b61593c88580537dc8498 (patch)
treee38666c7e8f33e9dfd538a2cfcede85965c9275e /palm/prc-tools
parentDon't specify .gz in MAN1 (diff)
Fix strip problem.
Fix /usr/local/palm vs /usr/local/pilot (I got dyslexic at last second). Turn on optimization where it makes sense.
Notes
Notes: svn path=/head/; revision=8817
Diffstat (limited to 'palm/prc-tools')
-rw-r--r--palm/prc-tools/Makefile15
1 files changed, 8 insertions, 7 deletions
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 <pst@freebsd.org>
#
-# $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