From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 14:21:03 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE15337B401; Wed, 30 Jul 2003 14:21:03 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F34A43F75; Wed, 30 Jul 2003 14:21:00 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6ULKo0U036652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Jul 2003 00:20:56 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6ULKo6V036647; Thu, 31 Jul 2003 00:20:50 +0300 (EEST) (envelope-from ru) Date: Thu, 31 Jul 2003 00:20:49 +0300 From: Ruslan Ermilov To: current@FreeBSD.org Message-ID: <20030730212049.GI33188@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IR1Y5IvQhrKgS4e6" Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: hackers@FreeBSD.org Subject: make -U X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 21:21:05 -0000 --IR1Y5IvQhrKgS4e6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sorry, I've accidentally dropped an email about `make -U'. I think that it's not needed, since the functionality can easily be achieved by running "make FOO=3D", i.e., assigning an empty value. Remember that command line variables take precedence over globals, so the following makefile, FOO+=3D bar all: @echo ${FOO} when run as ``make FOO=3Dfoo'', will print just ``foo''. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --IR1Y5IvQhrKgS4e6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/KDaxUkv4P6juNwoRAmsmAJ9JifxAKvVurSVNWxzBMkBKjz7DSgCfXVHo y6jrvr/xAu5Dvl3VAx0UBxY= =bmO1 -----END PGP SIGNATURE----- --IR1Y5IvQhrKgS4e6--