From owner-cvs-src@FreeBSD.ORG Sat Sep 6 19:36:59 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 9C6BC16A4BF; Sat, 6 Sep 2003 19:36:59 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6BA843FE5; Sat, 6 Sep 2003 19:36:57 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h872aune094591; Sun, 7 Sep 2003 06:36:56 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h872auKD094589; Sun, 7 Sep 2003 06:36:56 +0400 (MSD) (envelope-from ache) Date: Sun, 7 Sep 2003 06:36:56 +0400 From: Andrey Chernov To: Warner Losh Message-ID: <20030907023656.GA94530@nagual.pp.ru> References: <200309070216.h872GBh2098385@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309070216.h872GBh2098385@repoman.freebsd.org> User-Agent: Mutt/1.5.4i 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:36:59 -0000 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.