svn commit: r365531 - in head/cad/spice: . files

John Marino freebsd.contact at marino.st
Thu Aug 21 08:32:37 UTC 2014


On 8/21/2014 08:03, Hiroki Sato wrote:
> -	(cd ${CONFIG}/obj/bin && ${BSD_INSTALL_PROGRAM} \
> -		spice3 nutmeg sconvert help proc2mod multidec \
> -		${DESTDIR}${PREFIX}/bin)
> +	cd FreeBSD/obj/bin && \
> +		${BSD_INSTALL_PROGRAM} \
> +		    spice3 nutmeg sconvert help proc2mod multidec \
> +		    ${DESTDIR}${PREFIX}/bin

I am so confused.
Half the people say we have to wrap compound commands in parenthesis and
the other half remove them.

Does anyone have a definite answer?
Personally I've never seen the need but I was told not having them can
break -j multijob support.

John


More information about the svn-ports-all mailing list