Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 16:38:39 +0000
From:      Brooks Davis <brooks@freebsd.org>
To:        Hans Petter Selasky <hps@selasky.org>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Extending PATH variable in top-level Makefile
Message-ID:  <20150311163839.GA68977@spindle.one-eyed-alien.net>
In-Reply-To: <5500171D.6060303@selasky.org>
References:  <5500171D.6060303@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--ikeVEW9yuYc//A+q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Mar 11, 2015 at 11:21:17AM +0100, Hans Petter Selasky wrote:
> Hi,
>=20
> When installing bmake from ports, the binary ends up in /usr/local/bin=20
> and our top-level Makefile doesn't check there:
>=20
> diff --git a/Makefile b/Makefile
> index e89a5b1..35ade48 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -129,7 +129,7 @@ TGTS+=3D      ${BITGTS}
>   .ORDER: buildkernel reinstallkernel
>   .ORDER: buildkernel reinstallkernel.debug
>=20
> -PATH=3D  /sbin:/bin:/usr/sbin:/usr/bin
> +PATH=3D  /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
>=20
>=20
> > bmake -m $PWD/share/mk buildkernel
> > env: bmake: No such file or directory
> > bmake: "/usr/img/freebsd/Makefile" line 136: warning: "/usr/bin/env -i =
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin bmake   __MAKE_CONF=3D/etc/make.conf  =
-f /dev/null -V MAKEOBJDIRPREFIX dummy" returned non-zero status
> > --- buildkernel ---
> > --- buildkernel ---
> > ERROR: Missing kernel configuration file(s) (NOIP).
> > *** [buildkernel] Error code 1
> >
>=20
> Any objections against extending the PATH=3D in our top-level Makefile?

I can't express how bad I think that idea is.  You should be able to just u=
se
a full path to the installed bmake.  I'm surprised you need -m.

-- Brooks

--ikeVEW9yuYc//A+q
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlUAb48ACgkQXY6L6fI4GtTOtACgy7wc9DdrB9z1AWVW7C5jKJUk
MuAAnifJ55I1edqbhK8FExzsx2eyziv6
=0ACP
-----END PGP SIGNATURE-----

--ikeVEW9yuYc//A+q--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150311163839.GA68977>