From owner-cvs-src@FreeBSD.ORG Tue Oct 26 07:21:36 2004 Return-Path: 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 D223D16A4CE; Tue, 26 Oct 2004 07:21:36 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9518543D2F; Tue, 26 Oct 2004 07:21:36 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9Q7LY0s050284; Tue, 26 Oct 2004 00:21:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9Q7LYKD050283; Tue, 26 Oct 2004 00:21:34 -0700 (PDT) (envelope-from obrien) Date: Tue, 26 Oct 2004 00:21:34 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20041026072133.GA50222@dragon.nuxi.com> References: <200410241533.i9OFX8j1011937@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410241533.i9OFX8j1011937@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/etc/defaults Makefile src/etc/mtree Makefile src/etc/namedb Makefile src/etc/pam.d Makefile src/games/fortune/unstr Makefile src/games/ppt Makefile src/games/primes Makefile src/gnu Makefile.inc src/gnu/lib/libgcc ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 07:21:37 -0000 On Sun, Oct 24, 2004 at 03:33:08PM +0000, Ruslan Ermilov wrote: > ru 2004-10-24 15:33:08 UTC > FreeBSD src repository > Modified files: > . Makefile.inc1 > etc/defaults Makefile .. > Log: > For variables that are only checked with defined(), don't provide > any fake value. Why? What's wrong with the "fake" values? It can make things easier to read.