Date: Tue, 7 Apr 2020 14:49:01 -0700 From: "Simon J. Gerraty" <sjg@juniper.net> To: Kyle Evans <self@kyle-evans.net> Cc: Bryan Drewery <bdrewery@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org>, <sjg@juniper.net> Subject: Re: svn commit: r359705 - head/share/mk Message-ID: <54551.1586296141@kaos.jnpr.net> In-Reply-To: <CACNAnaHZx7UUpRvsFdWNXgCqyxhB03PdVzkeieJ0c8JUMB7giQ@mail.gmail.com> References: <202004071707.037H74VX066447@repo.freebsd.org> <CACNAnaHZx7UUpRvsFdWNXgCqyxhB03PdVzkeieJ0c8JUMB7giQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kyle Evans <self@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 > Using buildenv with BUILDENV_SHELL="make -C stand -V .OBDJIR" > *doesn't* reproduce it (objdir has arm.armv7 in it again). > > I tried with both zsh (and export CPUTYPE=) and /bin/sh, but it seems > to reproduce both ways. > > Thanks, > > Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54551.1586296141>