From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 23:37:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 593FA106566C for ; Sat, 8 Jan 2011 23:37:45 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DEDDB8FC18 for ; Sat, 8 Jan 2011 23:37:44 +0000 (UTC) Received: by wwf26 with SMTP id 26so18286114wwf.31 for ; Sat, 08 Jan 2011 15:37:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=eWXcybAdWtllWnYPbvV9czl4GL3Vizq4KsT6hcG5gw4=; b=IqDBKUtSaMBnO2UZ72hGnWkIj5CC63yAKv6FeOZuyM6ooMTFDCx6VFin0HW1Z/Ab+J XDGaBXUF98VTfVpvWbGmatqR9g1Ytbl7KJ4G6GpIQKIvA7W9/4+c8IYMC3e8KnjbAFem nozfeOH8YaFWCJ4xzgse1TY9Pw+bS/85A1vO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=JNMLGzz5zkaNR0LHbrUrug5RWr70PRJw/Ig4oNJG7pq9MMRGS5c8mHlbFG/zhEUxdG mxmmnd4jguTVGlLUgRDmjnVmLlQcuNRyRm6xUdQqIlB6slk5eFLn8mEG+B9YBz7QulyP j97CJMNSR/G7zXpN295pisF2LeSdaIbn5GJp4= Received: by 10.227.145.3 with SMTP id b3mr2437977wbv.14.1294529863870; Sat, 08 Jan 2011 15:37:43 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id m10sm18839166wbc.16.2011.01.08.15.37.42 (version=SSLv3 cipher=RC4-MD5); Sat, 08 Jan 2011 15:37:42 -0800 (PST) Date: Sat, 8 Jan 2011 23:37:40 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110108233740.322f7665@gumby.homeunix.com> In-Reply-To: <20110108220931.000061d2@unknown> References: <66353398.20110108234322@yandex.ru> <20110108220931.000061d2@unknown> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Subject: Re: error while compile port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2011 23:37:45 -0000 On Sat, 8 Jan 2011 22:09:31 +0000 Bruce Cran wrote: > On Sat, 8 Jan 2011 23:43:22 +0200 > Коньков Евгений wrote: > > > cd /usr/ports// > > make -j 16 install > > Don't do that then :) > > Ports which are marked MAKE_JOBS_SAFE will automatically be built > using -j as far as I know. They are also doing very different things. MAKE_JOBS_SAFE applies -j to GNU make, which is invoked to do the actual compiling of third-party software. make -j 16 install applies -j to BSD make, which is used to implement the ports system itself.