Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 07:59:09 -0800
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        "M. Warner Losh" <imp@bsdimp.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, nyan@jp.FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf NOTES files files.i386 src/sys/i386
Message-ID:  <20021107075909.A15015@FreeBSD.org>
In-Reply-To: <XFMail.20021107105133.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Thu, Nov 07, 2002 at 10:51:33AM -0500
References:  <20021107.083513.33811438.imp@bsdimp.com> <XFMail.20021107105133.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* De: John Baldwin <jhb@FreeBSD.org> [ Data: 2002-11-07 ]
	[ Subjecte: Re: cvs commit: src/sys/conf NOTES files files.i386 src/sys/i386 ]
> If I moved them out of files.i386 then, I suppose.  I didn't move
> all of them out of files.  Once again though, it would be nice
> if we could share stuff that is the same within a MACHINE_ARCH
> w/o having to duplicate it all for each MACHINE.  *sigh*  Doesn't
> duplicating stuff like this bother other people, or am I just weird?

Our level of differentiation between MACHINE and MACHINE_ARCH leaves a
lot to be desired in general.

Probably you want:

sys/${MACHINE_ARCH}/conf/files
sys/${MACHINE_ARCH}/conf/files.${MACHINE}

Or

sys/conf/files.${MACHINE_ARCH}
sys/${MACHINE_ARCH}/conf/files.${MACHINE}

And define MACHINE would correspond to the "platform" keyword, in that
context, ideally, and MACHINE_ARCH to "machine".

I don't think we'll see that in 5.x, though :/

juli.
-- 
Juli Mallett <jmallett@FreeBSD.org>       | FreeBSD: The Power To Serve
Will break world for fulltime employment. | finger jmallett@FreeBSD.org
http://people.FreeBSD.org/~jmallett/      | Support my FreeBSD hacking!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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