From owner-cvs-src@FreeBSD.ORG Sat Sep 6 19:38:27 2003 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 E433516A4C0; Sat, 6 Sep 2003 19:38:27 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D836643FF2; Sat, 6 Sep 2003 19:38:24 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h872cMTX087511; Sat, 6 Sep 2003 20:38:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 06 Sep 2003 20:37:27 -0600 (MDT) Message-Id: <20030906.203727.42185949.imp@bsdimp.com> To: ache@nagual.pp.ru From: "M. Warner Losh" In-Reply-To: <20030907023656.GA94530@nagual.pp.ru> References: <200309070216.h872GBh2098385@repoman.freebsd.org> <20030907023656.GA94530@nagual.pp.ru> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make cond.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 02:38:28 -0000 In message: <20030907023656.GA94530@nagual.pp.ru> Andrey Chernov writes: : On Sat, Sep 06, 2003 at 19:16:10 -0700, Warner Losh wrote: : > imp 2003/09/06 19:16:10 PDT : > : > FreeBSD src repository : > : > Modified files: : > usr.bin/make cond.c : > Log: : > Keep up with minor changes to NetBSD. Consider a variable empty when : > not define. : : I doubt it is minor change. Not defined variable usage anywhere outside : .if defined() construction should cause run-time error and not blind empty : string substitution. This only impacts the 'empty' predicate. Sorry if I wasn't clear. Warner