Date: Mon, 17 Jun 2013 22:14:35 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Hiroki Sato <hrs@FreeBSD.org> Cc: svn-doc-head@FreeBSD.org, svn-doc-all@FreeBSD.org, doc-committers@FreeBSD.org Subject: Re: svn commit: r41942 - head/en_US.ISO8859-1/htdocs/releases Message-ID: <20130618021434.GB1625@glenbarber.us> In-Reply-To: <20130618.105448.381408355524516266.hrs@allbsd.org> References: <201306180040.r5I0ecGb011693@svn.freebsd.org> <20130618.105448.381408355524516266.hrs@allbsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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/--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130618021434.GB1625>