Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 20:55:22 -0500 (EST)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        Mike Smith <msmith@FreeBSD.org>
Cc:        Guido van Rooij <guido@gvr.org>, "David O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin Makefile src/usr.bin/uac Makefile uac.1 uac.c 
Message-ID:  <Pine.BSF.4.10.10001192051320.50478-100000@green.dyndns.org>
In-Reply-To: <200001200053.QAA04483@mass.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Jan 2000, Mike Smith wrote:
> > 
> > So I noticed. But having an acrhitecture dependent directory
> > seems the way to do it in the man page section as well as in src/sbin.
> > 
> > Seems also cleaner to me.
> 
> This would stop being cleaner once we found ourselves on another 
> architecture where aligned access behaviour needs to be controlled.

Are you sure about that?  It seems cleaner to me to be

Makefile:
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mipseb" || \
    ${MACHINE_ARCH} == "mipsel"
SUBDIR+=	uac
.endif

than

usr.bin
	alpha
		uac
	mipseb
		uac
	mipsel
		uac
.

Of course, only opinion here...

> -- 
> \\ Give a man a fish, and you feed him for a day. \\  Mike Smith
> \\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
> \\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com

-- 
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 green@FreeBSD.org                    `------------------------------'



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?Pine.BSF.4.10.10001192051320.50478-100000>