svn commit: r334573 - head/devel/raknet

Tijl Coosemans tijl at FreeBSD.org
Fri Nov 22 11:52:59 UTC 2013


On Fri, 22 Nov 2013 12:34:05 +0100 Mathieu Arnold wrote:
> +--On 22 novembre 2013 11:31:14 +0000 Ganael LAPLANCHE
> <martymac at FreeBSD.org> wrote:
> | +	(cd ${WRKSRC}/Source/ && ${COPYTREE_SHARE} \*.h
> ${STAGEDIR}${PREFIX}/include/raknet)  | +	(cd ${WRKSRC}/Help/ &&
> ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/Help)
> 
> You can also get rid of the parenthesis, as each line is ran in its own
> shell, they don't do anything except maybe fork yet another shell :-)

With bmake in jobs mode (-j flag) the entire block is run by one shell
so a command with cd in it has to be put in parenthesis if it must not
affect the next command.

Of course, normally -j isn't used in the ports tree.


More information about the svn-ports-all mailing list