Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 1999 11:36:09 +0100
From:      Marcel Moolenaar <marcel@scc.nl>
To:        arch@freebsd.org
Subject:   Re: compat library source organization
Message-ID:  <382A9C19.5B48D728@scc.nl>
References:  <19991110120205.E5897@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote:

> I'd like to propose src/lib/compat/<ARCH>/{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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?382A9C19.5B48D728>