From owner-cvs-all Wed Jan 19 17:55:40 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 11F591534C; Wed, 19 Jan 2000 17:55:34 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost (green@localhost) by green.dyndns.org (8.9.3/8.9.3) with ESMTP id UAA57557; Wed, 19 Jan 2000 20:55:30 -0500 (EST) (envelope-from green@FreeBSD.org) X-Authentication-Warning: green.dyndns.org: green owned process doing -bs Date: Wed, 19 Jan 2000 20:55:22 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Mike Smith Cc: 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: <200001200053.QAA04483@mass.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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