From owner-freebsd-questions@FreeBSD.ORG Fri May 14 10:23:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F136916A4CE for ; Fri, 14 May 2004 10:23:04 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D71A43D5A for ; Fri, 14 May 2004 10:23:04 -0700 (PDT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc12) with ESMTP id <200405141723040120003856e>; Fri, 14 May 2004 17:23:04 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 8A6F026C for ; Fri, 14 May 2004 13:23:03 -0400 (EDT) From: Gerard Samuel To: freebsd-questions@freebsd.org Date: Fri, 14 May 2004 13:23:02 -0400 User-Agent: KMail/1.6.2 References: <200405141317.12923.fbsd-questions@trini0.org> In-Reply-To: <200405141317.12923.fbsd-questions@trini0.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405141323.03186.fbsd-questions@trini0.org> Subject: Re: The correct way to run "make" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 17:23:05 -0000 On Friday 14 May 2004 01:17 pm, Gerard Samuel wrote: > Looking for an official answer, as I think I've used multiple ways to > apply switches to "make" when building ports in the past.... > > Is it -> > a) make --SOMEOPTION=yes > b) make --SOMEOPTION=yes That should be -> b) make -SOMEOPTION=yes > c) make SOMEOPTION=yes >