Date: Mon, 25 Oct 1999 13:55:03 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: obrien@nuxi.com Cc: alpha@FreeBSD.org Subject: Re: Alpha libs in compat3x Message-ID: <38144517.E758CBDA@scc.nl> References: <3814170E.ADEBBEBF@scc.nl> <19991025021529.A58951@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
David O'Brien wrote: > > > We can do it like: > > > > .for lib in ${LIBS} > > ${lib}: ${lib}.${MACHINE_ARCH}.gz.uu > > uudecode -p ${.CURDIR}/${lib}.${MACHINE_ARCH}.gz.uu | gunzip > > > ${lib} > > .endfor > > I'd rather see src/lib/compat/{i386,alpha}/compat3x/ In that case, use ``src/lib/compat.{i386,alpha}/compat3x'', because bsd.subdir.mk already knows about such a scheme. -- 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-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38144517.E758CBDA>