Date: Wed, 19 Jan 2000 18:07:03 -0800 From: Mike Smith <msmith@freebsd.org> To: Brian Fundakowski Feldman <green@FreeBSD.org> Cc: Mike Smith <msmith@FreeBSD.org>, 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: <200001200207.SAA05571@mass.cdrom.com> In-Reply-To: Your message of "Wed, 19 Jan 2000 20:55:22 EST." <Pine.BSF.4.10.10001192051320.50478-100000@green.dyndns.org>
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 The example below is in violent agreement with my point. > 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 `------------------------------' > > -- \\ 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 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?200001200207.SAA05571>