<html><body><div>Thank you, PATH=$(PATH.illumos) worked!</div><div><br></div><aside>
---------- Původní e-mail ----------<br>
Od: Andreas Wacknitz <A.Wacknitz@gmx.de><br>
Komu: oi-dev@openindiana.org<br>
Datum: 14. 4. 2021 13:19:36<br>
Předmět: Re: [oi-dev] Variable PATH in Makefile (tornado)
</aside><br><blockquote data-email="A.Wacknitz@gmx.de">Am 14.04.21 um 12:40 schrieb Nona Hansel:
<br>> Hello,
<br>>
<br>> I'm having some problems updating tornado. Currently, the PATH
<br>> variable in Makefile is defined in the older mode like this:
<br>> PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
<br>> Like this, tornado builds, installs and publishes fine.
<br>>
<br>The old settings prefer / priorize our own tools over the GNU ones
<br>because /usr/bin comes before /usr/gnu/bin.
<br>
<br>When you look in make-rules for the definitions of PATH.gnu and
<br>PATH.illumos then you will see that PATH.illumos
<br>does something similar. It priorizes our tools over the GNU tools, but
<br>nevertheless it also includes the GNU binaries path.
<br>So I would expect that the right thing to do would be to use
<br>PATH=$(PATH.illumos)
<br>here.
<br>
<br>Andreas
<br>
<br>_______________________________________________
<br>oi-dev mailing list
<br>oi-dev@openindiana.org
<br>https://openindiana.org/mailman/listinfo/oi-dev
<br></blockquote></body></html>