From owner-freebsd-arch Thu Nov 11 2:55:54 1999 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id C8B3914C36 for ; Thu, 11 Nov 1999 02:55:46 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id LAA23029 for ; Thu, 11 Nov 1999 11:55:45 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id LAA11128 for freebsd-arch@freebsd.org; Thu, 11 Nov 1999 11:55:44 +0100 (MET) Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id DFA2B14C36 for ; Thu, 11 Nov 1999 02:55:35 -0800 (PST) (envelope-from freebsd-arch@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id LAA89932 for arch@FreeBSD.org; Thu, 11 Nov 1999 11:36:17 +0100 (CET) (envelope-from freebsd-arch@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for arch@FreeBSD.org (arch@FreeBSD.org) To: arch@freebsd.org Date: Thu, 11 Nov 1999 11:36:09 +0100 From: Marcel Moolenaar Message-ID: <382A9C19.5B48D728@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <19991110120205.E5897@dragon.nuxi.com> Subject: Re: compat library source organization Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > I'd like to propose src/lib/compat//{compat3x,compat4x,etc..} from bsd.subdir.mk: if test -d ${.CURDIR}/$${entry}.${MACHINE}; then \ "===> ${DIRPRFX}$${entry}.${MACHINE}"; \ edir=$${entry}.${MACHINE}; \ cd ${.CURDIR}/$${edir}; \ else \ ${ECHODIR} "===> ${DIRPRFX}$$entry"; \ edir=$${entry}; \ cd ${.CURDIR}/$${edir}; \ fi; \ ergo: src/lib/compat.i386/... and src/lib/compat.alpha/... is the proper way to do it, if you want to have seperate directories at all. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message