From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 31 12:53:12 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F43106566C for ; Wed, 31 Mar 2010 12:53:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 61FFC8FC21 for ; Wed, 31 Mar 2010 12:53:11 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: o2VCqtGp021179 Received: from kobe.laptop (ppp-94-64-255-164.home.otenet.gr [94.64.255.164]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-9.1) with ESMTP id o2VCqtGp021179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 31 Mar 2010 15:53:01 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o2VCqtPQ017501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 31 Mar 2010 15:52:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o2VCqr7v017496; Wed, 31 Mar 2010 15:52:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: John Baldwin References: <874ojx4xp1.fsf@kobe.laptop> <201003301510.58203.jhb@freebsd.org> Date: Wed, 31 Mar 2010 15:52:53 +0300 In-Reply-To: <201003301510.58203.jhb@freebsd.org> (John Baldwin's message of "Tue, 30 Mar 2010 15:10:58 -0400") Message-ID: <87bpe4ps9m.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bruce Cran , freebsd-hackers@freebsd.org, Alexander Best Subject: Re: building world with debugging symbols X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2010 12:53:13 -0000 On Tue, 30 Mar 2010 15:10:58 -0400, John Baldwin wrote: > On Tuesday 30 March 2010 11:48:58 am Giorgos Keramidas wrote: >> +.It Va DEBUG_FLAGS >> +Defines a set of debugging flags that will be used to build all userland >> +binaries under >> +.Pa /usr/src . >> +When >> +.Va DEBUG_FLAGS >> +is defined, the >> +.Cm install >> +and >> +.Cm installworld >> +targets install binaries from the current >> +.Va MAKEOBJDIRPREFIX >> +without stripping too, so that debugging information is retained in the >> +installed binaries. > > I would drop the "too" and start 'so' on a new line (at least that is > my interpretation of the line-break rules we use for mdoc). Other > than that I think this looks fine. Fixed and committed in r205978. Thanks :)