Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 00:26:54 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Marius Strobl <marius@FreeBSD.org>
Cc:        Adam Weinberger <adamw@adamw.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r439345 - in head/sysutils/cdrdao: . files
Message-ID:  <lgqp-787l-wny@FreeBSD.org>
In-Reply-To: <20170424215518.GC15359@alchemy.franken.de> (Marius Strobl's message of "Mon, 24 Apr 2017 23:55:18 %2B0200")
References:  <201704242023.v3OKNN8q058653@repo.freebsd.org> <627E45C6-8463-4EC2-93F5-0246C4122059@adamw.org> <20170424215518.GC15359@alchemy.franken.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Marius Strobl <marius@FreeBSD.org> writes:

>> Why aren't you using ${ARCH}?
>
> Because ${ARCH} translates to `uname -p` and what's needed here is
> the output of `uname -m`. Depending on the architecture FreeBSD is
> running on, both outputs are the same or differ.

make(1) exposes ${MACHINE} for "uname -m" and ${MACHINE_ARCH} for "uname -p".
Bug 215401 wanted to get rid of uname(1) invocations but got stalled.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lgqp-787l-wny>