Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2011 09:43:07 -0700
From:      Jan Beich <jbeich@tormail.net>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/lang/s9fes Makefile
Message-ID:  <1RQicz-000NXY-MJ@internal.tormail.net>
In-Reply-To: <201111161607.pAGG7trI042076__6520.72345042161$1321459728$gmane$org@repoman.freebsd.org> (Alexey Dokuchaev's message of "Wed, 16 Nov 2011 16:07:55 %2B0000 (UTC)")
References:  <201111161607.pAGG7trI042076__6520.72345042161$1321459728$gmane$org@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Dokuchaev <danfe@FreeBSD.org> writes:

>   FreeBSD ports repository
>
>   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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RQicz-000NXY-MJ>