From owner-freebsd-questions Mon Oct 30 0:39: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 41D8737B4C5 for ; Mon, 30 Oct 2000 00:39:07 -0800 (PST) Received: (qmail 88933 invoked by uid 100); 30 Oct 2000 08:39:06 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14845.13226.791873.716681@guru.mired.org> Date: Mon, 30 Oct 2000 02:39:06 -0600 (CST) To: questions@freebsd.org Subject: RE: make buildworld options listing? In-Reply-To: <43736573@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tony Johnson writes: > Check /etc/make.conf. Also check /etc/default for default make options. > The cc/gcc programs control switches with program builds. As far as > experimenting with optimization and debugging options , don't do it. I've > done this and it has done nothing but made unbootable kernels and core > dumping programs. The flags for make in /usr/src are listed at the top of /usr/src/Makefile.inc1. The one you want is -DNOCLEAN. - -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Brandon Fosdick > Sent: Saturday, October 28, 2000 9:14 PM > To: FreeBSD Questions > Subject: make buildworld options listing? > > > Where is the documentation for the switches available for make buildworld? > Specifically I'm looking for the one to prevent deleting /usr/obj, but in > general it would be nice to know where they're all listed. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message