https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275487

--- Comment #5 from Mikhail T. <m...@aldan.algebra.com> ---
(In reply to Guido Falsi from comment #2)
> The PREFIX variable is already included by default in MAKE_ENV

Being part of the /environment/ is unsufficient to overwrite the assignment
inside Makefile. My patch makes part of the MAKE_ARGS, which is stronger.

Alternatively, one can add `-e PREFIX` to the arguments -- to indicate, that in
the case of this particular variable (PREFIX), the value found in the
environment (if any) shall trump the setting inside Makefile.

Either way a change to MAKE_ARGS is necessary, and, I think, mine is more
straightforward.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to