On Sun, 23 Nov 2014 10:19:35 +0900, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote:
On Sun, Nov 23, 2014 at 09:59:08AM +0900, OBATA Akio wrote:On Sun, 23 Nov 2014 05:10:01 +0900, Joerg Sonnenberger <joerg%britannica.bec.de@localhost> wrote: >On Sat, Nov 22, 2014 at 10:07:55AM +0900, OBATA Akio wrote: >>If the i?86=>i486 mapping is OPSYS specific, should it be in bsd.own.mk? > >It is for NetBSD. pkgtools/bootstrap-mk-files/mods/NetBSD.bsd.own.mk.in?No, share/mk. bsd.own.mk is not included in this context though.
No matter whether it is builtin mk-files one or not. bsd.own.mk already has MACHINE_GNU_ARCH setting, so why do it in bsd.pref.mk duplicately? share/mk/bsd.own.mk is only for NetBSD, so it should be changed if it is NetBSD specific. If other OPSYS want other mapping, it should be in bootstrap-mk-files/mods/${OPSYS}.bsd.own.mk.in. -- OBATA Akio / obata%lins.jp@localhost