summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parallel/glunix/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile
index 2953c4d88fc..8881bf0f34c 100644
--- a/parallel/glunix/Makefile
+++ b/parallel/glunix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/01/10 01:39:04 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/02/19 01:30:43 wiz Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
@@ -45,14 +45,6 @@ pre-configure:
${ECHO} "$$addgroup" >> /etc/group; \
fi
-# On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this.
-pre-build:
- @if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \
- ${MKDIR} ${WRKSRC}/glunix/include/machine; \
- ${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \
- > ${WRKSRC}/glunix/include/machine/pmap.h; \
- fi
-
pre-install:
${SED} -e 's|\$${NOW_ROOT}|${NOW_ROOT}|g' ${PKGDIR}/MESSAGE > ${MESSAGE_FILE}
@${ECHO} "updating /etc/shells";