From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 23:47:15 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 C5B5E106566C for ; Sat, 8 Jan 2011 23:47:15 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 5646C8FC0C for ; Sat, 8 Jan 2011 23:47:15 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 674C1E8B4A; Sat, 8 Jan 2011 23:47:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=FWVB5DVY4zle MIsOgVTzLyF1Qcg=; b=CR5wsR4z05ghtI5mqL68IzDmIIXOoFbMmyADDoq+SM3n kxZcQPBXyIgPMMR57tUbijtSRSxswOJQnmU5HsIe2zpGHOvQ+rClWYvDDqKglS6e zphuAgrqGqFOo4ZK/kl07ii1+tGHx1I4KCFdd6gZCtdEN9JyvybDrQskSR3yLeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=GuF4xd y9S5b6BAHksvaOut2jnAyxOIAqQzSWc33tM6bc7v9j9MnSp2dvIkWecx80/AJ1jl /tJtE99BWvLz70oSf7uUF/q96yst9iW0opRPbHbE4Eo28wzRgHM8aDCBio126Zpi Yr250vOqHWy3SonbIS1Ol3qVtfbuTa9zgGFxM= Received: from unknown (client-86-27-23-77.glfd.adsl.virginmedia.com [86.27.23.77]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 20BF2E72B1; Sat, 8 Jan 2011 23:47:14 +0000 (GMT) Date: Sat, 8 Jan 2011 23:47:08 +0000 From: Bruce Cran To: RW Message-ID: <20110108234708.0000254e@unknown> In-Reply-To: <20110108233740.322f7665@gumby.homeunix.com> References: <66353398.20110108234322@yandex.ru> <20110108220931.000061d2@unknown> <20110108233740.322f7665@gumby.homeunix.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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:47:15 -0000 On Sat, 8 Jan 2011 23:37:40 +0000 RW wrote: > 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. So MAKE_JOBS_SAFE applies to the code, "make -j 16" applies to the ports infrastructure - both of which could be using BSD make :) -- Bruce Cran