From owner-freebsd-questions@FreeBSD.ORG Fri May 14 10:17:15 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 EB2FD16A4CE for ; Fri, 14 May 2004 10:17:15 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6456D43D2F for ; Fri, 14 May 2004 10:17:15 -0700 (PDT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <20040514171714016003it22e>; Fri, 14 May 2004 17:17:14 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 67EFE26C for ; Fri, 14 May 2004 13:17:14 -0400 (EDT) From: Gerard Samuel To: questions@freebsd.org Date: Fri, 14 May 2004 13:17:12 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405141317.12923.fbsd-questions@trini0.org> Subject: 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:17:16 -0000 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 c) make SOMEOPTION=yes Thanks