From owner-freebsd-questions@FreeBSD.ORG Tue May 5 10:09:53 2009 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 02FF11065670 for ; Tue, 5 May 2009 10:09:53 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 987038FC3F for ; Tue, 5 May 2009 10:09:52 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from phenom.cordula.ws (phenom [192.168.254.60]) by fw.farid-hajji.net (Postfix) with ESMTP id 109EA344D8; Tue, 5 May 2009 12:09:50 +0200 (CEST) Date: Tue, 5 May 2009 12:09:50 +0200 From: cpghost To: freebsd-questions@freebsd.org Message-ID: <20090505100950.GA1531@phenom.cordula.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Subject: MAKE_JOBS_SAFE et al. missing in documentation? 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: Tue, 05 May 2009 10:09:53 -0000 Shouldn't the following variables be mentioned in the Porter's Handbook and in ports(7)? (from /usr/ports/Mk/bsd.port.mk) # MAKE_JOBS_SAFE # - This port can safely be built on multiple cpus in parallel. # The make will be invoked with -jX parameter where X equals # number of cores present in the system. # MAKE_JOBS_UNSAFE # - Disallow multiple jobs even when user set a global override. # To be used with known bad ports. # DISABLE_MAKE_JOBS # - Set to disable the multiple jobs feature. User settable. # FORCE_MAKE_JOBS # - Force all ports to be built with multiple jobs, except ports # that are explicitly marked MAKE_JOBS_UNSAFE. User settable. # MAKE_JOBS_NUMBER # - Override the number of make jobs to be used. User settable. This is incredibly useful and a lot of ports actually compile cleanly with MAKE_JOBS_SAFE, though they are still not yet marked as such. -cpghost. -- Cordula's Web. http://www.cordula.ws/