From owner-cvs-all Wed Jan 19 17:59: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184]) by hub.freebsd.org (Postfix) with ESMTP id 6D73414ED3; Wed, 19 Jan 2000 17:58:57 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id SAA05571; Wed, 19 Jan 2000 18:07:03 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200001200207.SAA05571@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Fundakowski Feldman Cc: Mike Smith , Guido van Rooij , "David O'Brien" , 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 In-reply-to: Your message of "Wed, 19 Jan 2000 20:55:22 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jan 2000 18:07:03 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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