Date: Thu, 21 Aug 2014 10:31:54 +0200 From: John Marino <freebsd.contact@marino.st> To: Hiroki Sato <hrs@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r365531 - in head/cad/spice: . files Message-ID: <53F5AE7A.7070706@marino.st> In-Reply-To: <201408210603.s7L63U34069028@svn.freebsd.org> References: <201408210603.s7L63U34069028@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F5AE7A.7070706>