From 2f35303311c4c3a0306deec1bec28fedf6601287 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 7 May 2011 09:21:36 -0500 Subject: [PATCH] targets/amd64/SS4200, targets/i386/NEPETA: normalize make.conf settings --- targets/amd64/SS4200/config/make.conf | 1 - targets/i386/NEPETA/config/make.conf | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/targets/amd64/SS4200/config/make.conf b/targets/amd64/SS4200/config/make.conf index 6974722..64a180f 100644 --- a/targets/amd64/SS4200/config/make.conf +++ b/targets/amd64/SS4200/config/make.conf @@ -40,4 +40,3 @@ WRKDIRPREFIX=/usr/obj USE_LOCAL_MK= STRIP_PYTHON_RUN= .endif - diff --git a/targets/i386/NEPETA/config/make.conf b/targets/i386/NEPETA/config/make.conf index 29963ae..4168003 100644 --- a/targets/i386/NEPETA/config/make.conf +++ b/targets/i386/NEPETA/config/make.conf @@ -3,6 +3,10 @@ CFLAGS+=-O2 -pipe COPTFLAGS+=-O2 -pipe CPUTYPE?=pentium4 +# Multiprocess port builds (make -j8) +FORCE_MAKE_JOBS=yes +MAKE_JOBS_NUMBER=8 + # Global knobs NO_PROFILE=yes WITHOUT_X11=yes -- 2.45.0