svn commit: r359705 - head/share/mk

Kyle Evans self at kyle-evans.net
Tue Apr 7 21:52:35 UTC 2020


On Tue, Apr 7, 2020 at 4:49 PM Simon J. Gerraty <sjg at juniper.net> wrote:
>
> Kyle Evans <self at kyle-evans.net> wrote:
> > universe13a% make -C stand -V .OBJDIR
> > /scratch/tmp/kevans/obj/home/kevans/head/amd64.amd64/stand
> >
> > But in a buildenv:
> > universe13a% make TARGET_ARCH=armv7 buildenv
> > Entering world for armv7:arm
> > For ZSH you must run: export CPUTYPE=
> > universe13a% make -C stand -V .OBJDIR
> > [Creating objdir /scratch/tmp/kevans/obj/home/kevans/head/stand...]
> > /scratch/tmp/kevans/obj/home/kevans/head/stand
>
> What do you get for:
>
> env | grep MAKE
>

It turned out I had export MAKEOBJDIRPREFIX=... in my ~/.zshrc on this
particular machine that was polluting the buildenv- Bryan investigated
a bit (via IRC) and we came to the conclusion that I should not do
that, or at least not do that for BUILDENV. I'm happy with this
solution, as it's only in there to allow me to be lazy on universe
machines. =-)

Thanks,

Kyle Evans


More information about the svn-src-head mailing list