From 38eb8c5339e31bce015d6652caf364542965d4d0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 20 Nov 2009 22:53:09 +0000 Subject: - Mark MAKE_JOBS_UNSAFE Reported by: pointyhat --- benchmarks/nbench/Makefile | 1 + benchmarks/pathchirp/Makefile | 1 + benchmarks/pathload/Makefile | 1 + 3 files changed, 3 insertions(+) (limited to 'benchmarks') diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile index 555556366ca8..a18f31085110 100644 --- a/benchmarks/nbench/Makefile +++ b/benchmarks/nbench/Makefile @@ -15,6 +15,7 @@ MAINTAINER= steinex@nognu.de COMMENT= BYTE Magazine's native benchmarks ALL_TARGET= # empty +MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile index 37d9c5d6823a..25023fe6a705 100644 --- a/benchmarks/pathchirp/Makefile +++ b/benchmarks/pathchirp/Makefile @@ -15,6 +15,7 @@ COMMENT= A measurement tool for available bandwidth estimation GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run PORTDOCS= README diff --git a/benchmarks/pathload/Makefile b/benchmarks/pathload/Makefile index 788376be6eaf..dbff01bf2207 100644 --- a/benchmarks/pathload/Makefile +++ b/benchmarks/pathload/Makefile @@ -19,6 +19,7 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} MAKEFILE= makefile +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathload_rcv bin/pathload_snd -- cgit v1.2.3