From owner-svn-doc-head@FreeBSD.ORG Tue Jun 18 02:14:37 2013 Return-Path: Delivered-To: svn-doc-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3CB3A81; Tue, 18 Jun 2013 02:14:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with ESMTP id B12831F6D; Tue, 18 Jun 2013 02:14:37 +0000 (UTC) Received: from glenbarber.us (kaos.glenbarber.us [71.224.221.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id F0DF523F841; Mon, 17 Jun 2013 22:14:36 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.3 onyx.glenbarber.us F0DF523F841 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Mon, 17 Jun 2013 22:14:35 -0400 From: Glen Barber To: Hiroki Sato Subject: Re: svn commit: r41942 - head/en_US.ISO8859-1/htdocs/releases Message-ID: <20130618021434.GB1625@glenbarber.us> References: <201306180040.r5I0ecGb011693@svn.freebsd.org> <20130618.105448.381408355524516266.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Content-Disposition: inline In-Reply-To: <20130618.105448.381408355524516266.hrs@allbsd.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-doc-head@FreeBSD.org, svn-doc-all@FreeBSD.org, doc-committers@FreeBSD.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 02:14:37 -0000 --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2013 at 10:54:48AM +0900, Hiroki Sato wrote: > gj> Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile > gj> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > gj> --- head/en_US.ISO8859-1/htdocs/releases/Makefile Tue Jun 18 00:01:55= 2013 (r41941) > gj> +++ head/en_US.ISO8859-1/htdocs/releases/Makefile Tue Jun 18 00:40:38= 2013 (r41942) > gj> @@ -19,7 +19,7 @@ SUBDIR+=3D 7.0R 7.1R 7.2R 7.3R 7.4R > gj> SUBDIR+=3D 8.0R 8.1R 8.2R 8.3R 8.4R > gj> SUBDIR+=3D 9.0R 9.1R > gj> > gj> -.if defined $(NEW_BUILD) > gj> +.if defined($(NEW_BUILD)) > gj> SUBDIR=3D > gj> .endif >=20 > Both the original and your fix are wrong. Please use the correct > syntax "defined(NEW_BUILD)". It is not a bmake specific issue. >=20 Fixed. I should have caught the bad syntax before the first commit. FWIW, it is not bmake(1) specific, however my local conversion to bmake(1) triggered build failures from the broken syntax. Glen --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJRv8KKAAoJEFJPDDeguUaj5hgH/j69vmrxLTWr2LpzBxRI2Z5h 1dCZvbpRw1cSCBCmPfG5A6ckdq/S0xNuNRXwi9mnPTgTRINfP+euFpK4od9ta23C anxAbM3O6rpDEHBYOONn+vHWoRHe09iA609IHI1ZHet7beMpbGDhnCp1xC9/IwaA uX9BlBIyoZ6DfjTUh8ho1HyQkz2vkPEMHcduk9NXKMh6ekNATXMJfLKgyZhAnnhC ScrzMs0ywBcGLRZENFV9BfgDDzXQ24GRklukzUUgM7Yuxw6Amzhww4FlvWLYx1Up 4xn82QCP7l+e1wbUUCSl1Jp+PfYL1Xoo56BnBx9zyGfto4ZwyOP5aQvLiXBFXv8= =tgWn -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/--