Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 05:47:13 +1030
From:      Michael Vale <m.vale@live.com.au>
To:        "freebsd-embedded@freebsd.org" <freebsd-embedded@freebsd.org>, "freebsd-mips@freebsd.org" <freebsd-mips@freebsd.org>, "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   UPDATE Cross Ports patch
Message-ID:  <COL130-W16E7D7BECFA3C56D7BEDB9C49E0@phx.gbl>

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

Okay, one small mistake, SRCDIR should read LOCALBASE instead in order to correctly pickup on host/target dependencies and not mistakenly use the system's installs of those deps.
Now I just need to find some clearspace that's in there by mistake because I believe thats what's causing the "install" to stage to fail.  of course one could do 
env LOCALBASE=/home/masked/work/src bmake X_BUILD_FOR=mips ; bmake ;  env LOCALBASE=/home/masked/work/src bmake X_BUILD_FOR=mips install
for now. 		 	   		  


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