From owner-freebsd-questions@FreeBSD.ORG Fri May 14 12:13:48 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 5422C16A4CE for ; Fri, 14 May 2004 12:13:48 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C2343D58 for ; Fri, 14 May 2004 12:13:47 -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 <20040514191347016003r8voe>; Fri, 14 May 2004 19:13:47 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 7442326C; Fri, 14 May 2004 15:13:43 -0400 (EDT) From: Gerard Samuel To: freebsd-questions@freebsd.org Date: Fri, 14 May 2004 15:13:43 -0400 User-Agent: KMail/1.6.2 References: <200405141317.12923.fbsd-questions@trini0.org> <200405141926.40456.ajacoutot@lphp.org> In-Reply-To: <200405141926.40456.ajacoutot@lphp.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405141513.43260.fbsd-questions@trini0.org> cc: Antoine Jacoutot 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 19:13:48 -0000 On Friday 14 May 2004 01:26 pm, Antoine Jacoutot wrote: > On Friday 14 May 2004 19:17, Gerard Samuel wrote: > > a) make --SOMEOPTION=yes > > b) make --SOMEOPTION=yes > > c) make SOMEOPTION=yes > > I'm not sure there's an "official way", but I think you can use whatever: > > make -DOPTION > make OPTION=1 > make OPTION=yes > Im giving up for now. Tried to build mozilla with -> make -DWITHOUT_MAILNEWS=yes -DWITHOUT_LDAP=yes -DWITHOUT_CHATZILLA=yes install and it still has the mail and chatzilla modules installed. Maybe Ill experiment with it later (like when Im sleeping)....