svn commit: r41942 - head/en_US.ISO8859-1/htdocs/releases
Glen Barber
gjb at FreeBSD.org
Tue Jun 18 02:14:37 UTC 2013
On Tue, Jun 18, 2013 at 10:54:48AM +0900, Hiroki Sato wrote:
> gj> Modified: head/en_US.ISO8859-1/htdocs/releases/Makefile
> gj> ==============================================================================
> 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+= 7.0R 7.1R 7.2R 7.3R 7.4R
> gj> SUBDIR+= 8.0R 8.1R 8.2R 8.3R 8.4R
> gj> SUBDIR+= 9.0R 9.1R
> gj>
> gj> -.if defined $(NEW_BUILD)
> gj> +.if defined($(NEW_BUILD))
> gj> SUBDIR=
> gj> .endif
>
> Both the original and your fix are wrong. Please use the correct
> syntax "defined(NEW_BUILD)". It is not a bmake specific issue.
>
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20130617/97faf4bc/attachment.sig>
More information about the svn-doc-all
mailing list