From owner-cvs-all@FreeBSD.ORG Mon Sep 11 14:21:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD46216A47C; Mon, 11 Sep 2006 14:21:55 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 894A543D82; Mon, 11 Sep 2006 14:21:46 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id E7C185DF8; Mon, 11 Sep 2006 18:21:44 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id C69AF5DF6; Mon, 11 Sep 2006 18:21:44 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k8BELpYa036781; Mon, 11 Sep 2006 18:21:51 +0400 (MSD) (envelope-from ru) Date: Mon, 11 Sep 2006 18:21:51 +0400 From: Ruslan Ermilov To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060911142151.GC13231@rambler-co.ru> References: <200609110535.k8B5ZvHG070497@repoman.freebsd.org> <20060911125754.GD91135@fasolt.home.paeps.cx> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ghzN8eJ9Qlbqn3iT" Content-Disposition: inline In-Reply-To: <20060911125754.GD91135@fasolt.home.paeps.cx> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 14:21:55 -0000 --ghzN8eJ9Qlbqn3iT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 11, 2006 at 02:57:54PM +0200, Philip Paeps wrote: > On 2006-09-11 05:35:57 (+0000), Warner Losh wrote: > > Log: > > Add a knob for compiling the tree -DNDEBUG. This turns off all the > > asserts and makes binaries smaller. The binaries also become > > repeatable again. As it was, without this md5's of binaries built > > with different paths differed. > > =20 > > # Where do I document this? >=20 > How about in the comment of src/Makefile[.inc1] where all the other tople= vel > flags are documented? >=20 Here's how you'd do it (if you were to do it before I did): # cd src/tools/build/options # sh ./makeman > /dev/null no description found for WITHOUT_ASSERT_DEBUG, skipping Now you were supposed to: - Add the WITHOUT_ASSERT_DEBUG file with description. - Re-run "sh ./makeman > foo" - diff ../../../share/man/man5/src.conf.5 foo If it looks sane: # cvs add WITHOUT_ASSERT_DEBUG # cvs commit WITHOUT_ASSERT_DEBUG # sh ./makeman > ../../../share/man/man5/src.conf.5 # cd ../../../share/man/man5/ # cvs commit -m "Regen." src.conf.5 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ghzN8eJ9Qlbqn3iT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFBXD/qRfpzJluFF4RAtUBAJ9rMeT+/xT3SQtUhjZU1G8kMnBKiQCcCYXi ftNA7KOPJ+XVI/1ecQBCcCI= =UBK1 -----END PGP SIGNATURE----- --ghzN8eJ9Qlbqn3iT--