From owner-cvs-src Thu Feb 27 21:53: 4 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E33F37B401; Thu, 27 Feb 2003 21:53:02 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A8D43F75; Thu, 27 Feb 2003 21:53:00 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA15991; Fri, 28 Feb 2003 16:52:57 +1100 Date: Fri, 28 Feb 2003 16:54:29 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: Jake Burkholder , , , Subject: Re: cvs commit: src/share/mk bsd.kern.mk src/sys/conf Makefile.sparc64 In-Reply-To: <20030227231613.GA45208@sunbay.com> Message-ID: <20030228163705.O21276-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 28 Feb 2003, Ruslan Ermilov wrote: > On Thu, Feb 27, 2003 at 03:02:22PM -0800, Jake Burkholder wrote: > > jake 2003/02/27 15:02:22 PST > > > > Modified files: > > share/mk bsd.kern.mk > > sys/conf Makefile.sparc64 > > Log: > > - Removed various cruft from before we had a hosted toolchain (!). > > - Moved special compiler flags to bsd.kern.mk so they get used for modules > > too. > > > > Revision Changes Path > > 1.32 +9 -0 src/share/mk/bsd.kern.mk > > 1.25 +0 -15 src/sys/conf/Makefile.sparc64 > > > Thanks! Don't forget to keep sys/conf/kern.mk in sync with share/mk/bsd.kern.mk. The latter is supposed to go away or be reduced to compatibilty cruft. (Warning options should be sys-relative so that variant sys trees can be compiled with warning levels appropriate to the number of warnings fixed (on not) in each tree. The existence of non-warning options in bsd.kern.mk is a bug -- per-arch options belong in per-arch Makefiles, modulo the problem of getting them in modules and boot Makefiles.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message