From owner-freebsd-current Mon Jan 10 10: 1:42 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B58D0152E7 for ; Mon, 10 Jan 2000 10:01:23 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id FAA28184; Tue, 11 Jan 2000 05:00:52 +1100 Date: Tue, 11 Jan 2000 05:00:48 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Alexander Leidinger Cc: jdp@polstra.com, current@FreeBSD.ORG Subject: Re: __sigisempty() undefined if "cc -g" used. In-Reply-To: <200001101700.SAA04920@Magelan.Leidinger.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jan 2000, Alexander Leidinger wrote: > On 11 Jan, Bruce Evans wrote: >=20 > >> Didn=B4t we have "makeoptions DEBUG=3D-g" as a kernel option to compil= e the > >> kernel with debug information? What about "config -g MYKERNEL"? > >=20 > > DEBUG is a private variable in kernel Makefiles. "config -g MYKERNEL" >=20 > If I set DEBUG in make.conf it should work, right? It shouldn't work, but may. > So what's private > about it? It's set unconditionally in some cases. > We have CFLAGS (userland) and COPTFLAGS (kernel) in make.conf, shouldn=B4= t > we also have e.g. DEBUG_FLAGS and DEBUG_KERNEL (renamed DEBUG from > above)? No. Who knows what all those undocumented variables do. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message