cvs commit: ports/lang/s9fes Makefile

Alexey Dokuchaev danfe at FreeBSD.org
Wed Nov 16 17:49:42 UTC 2011


On Wed, Nov 16, 2011 at 09:43:07AM -0700, Jan Beich wrote:
> Alexey Dokuchaev <danfe at FreeBSD.org> writes:
> >
> >   Modified files:
> >     lang/s9fes           Makefile 
> >   Log:
> >   Instead of marking this port as make jobs (-jX) unsafe, apply a trivial
> >   fix and also properly respect CC, CFLAGS, PREFIX, and LIBDIR.
> 
> TIMTOWTDI, one can just pass everything from MAKE_ENV
> 
>   MAKE_ARGS= ${MAKE_ENV}
>   LIBDIR=    ${DATADIR}
> 
> It has slight advantage of proper quoting, e.g. when ${CC} contains
> distcc/ccache + compiler separated by space.

Thanks for suggestion, I will evaluate it tomorrow and quite probably commit.

All I can say right now is that I'm not sure that passing full-blown
MAKE_ENV as MAKE_ARGS is necessary, since obvious CC quoting issues can be
trivially fixed by, hm, quoting it in place.

./danfe


More information about the cvs-all mailing list