Re: [oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Gary Mills
On Wed, Apr 14, 2021 at 12:40:17PM +0200, Nona Hansel wrote: > >I'm having some problems updating tornado. Currently, the PATH variable >in Makefile is defined in the older mode like this: > >PATH=/usr/bin:/usr/gnu/bin:/usr/sbin > >Like this, tornado builds, installs and

Re: [oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Nona Hansel
Thank you, PATH=$(PATH.illumos) worked! -- Původní e-mail -- Od: Andreas Wacknitz Komu: oi-dev@openindiana.org Datum: 14. 4. 2021 13:19:36 Předmět: Re: [oi-dev] Variable PATH in Makefile (tornado) "Am 14.04.21 um 12:40 schrieb Nona Hansel: > Hello, > > I'm having

Re: [oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Andreas Wacknitz
Am 14.04.21 um 12:40 schrieb Nona Hansel: Hello, I'm having some problems updating tornado. Currently, the PATH variable in Makefile is defined in the older mode like this: PATH=/usr/bin:/usr/gnu/bin:/usr/sbin Like this, tornado builds, installs and publishes fine. The old settings prefer /

Re: [oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Carsten Grzemba via oi-dev
Am 14.04.21 12:40 schrieb Nona Hansel : > > > > > > > Hello, > > I'm having some problems updating tornado. Currently, the PATH variable in > Makefile is defined in the older mode like this: > PATH=/usr/bin:/usr/gnu/bin:/usr/sbin > Like this, tornado builds, installs and publishes

[oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Nona Hansel
Hello, I'm having some problems updating tornado. Currently, the PATH variable in Makefile is defined in the older mode like this: PATH=/usr/bin:/usr/gnu/bin:/usr/sbin Like this, tornado builds, installs and publishes fine. When I change it to the newer mode: PATH=$(PATH.gnu) It