Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Dag-Erling Smørgrav
Ian Lepore writes: > Dag-Erling Smørgrav writes: > > Can you try replacing TARGET_ARCH with MACHINE? > That doesn't sound right... what if you're doing a cross-build/install? My thoughts exactly, but judging from the rest of the Makefile, the correct variable is MACHINE_ARCH, not TARGET_ARCH. D

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Ian Lepore writes: > > That doesn't sound right... what if you're doing a cross-build/install? > My thoughts exactly, but judging from the rest of the Makefile, the > correct variable is MACHINE_ARCH, not TARGET_ARCH. This (in Makefile.inc1) is why it works: CROSSE

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Nathan Whitehorn
On 09/09/13 11:37, Jase Thew wrote: On 09/09/2013 17:09, Dag-Erling Smørgrav wrote: Jase Thew writes: This appears to break "make distribution" (in this example, called as part of ezjail-admin update -i) : Can you try replacing TARGET_ARCH with MACHINE? DES Changing it back from TARGET_A

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Jase Thew
On 09/09/2013 17:09, Dag-Erling Smørgrav wrote: Jase Thew writes: This appears to break "make distribution" (in this example, called as part of ezjail-admin update -i) : Can you try replacing TARGET_ARCH with MACHINE? DES Changing it back from TARGET_ARCH to MACHINE allows make distributi

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Ian Lepore
On Mon, 2013-09-09 at 18:09 +0200, Dag-Erling Smørgrav wrote: > Jase Thew writes: > > This appears to break "make distribution" (in this example, called as > > part of ezjail-admin update -i) : > > Can you try replacing TARGET_ARCH with MACHINE? > > DES That doesn't sound right... what if you'r

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Jase Thew
On 09/09/2013 07:02, Dag-Erling Smørgrav wrote: Author: des Date: Mon Sep 9 06:02:30 2013 New Revision: 255413 URL: http://svnweb.freebsd.org/changeset/base/255413 Log: Remove unneeded mappings from libmap32.conf. Move it up one level and install it on powerpc64 in addition to amd64.

Re: svn commit: r255413 - in head/etc: . etc.amd64

2013-09-09 Thread Dag-Erling Smørgrav
Jase Thew writes: > This appears to break "make distribution" (in this example, called as > part of ezjail-admin update -i) : Can you try replacing TARGET_ARCH with MACHINE? DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing