Subject: Re: CVS commit: pkgsrc/mk
To: grant beattie <grant@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2002 14:02:15
On Mon, Jul 29, 2002 at 10:25:42AM +0300, grant beattie wrote:
>
> Modified Files:
> pkgsrc/mk: bsd.pkg.defaults.mk bsd.pkg.mk
>
> Log Message:
> add OBJOSMACHINE, to use OS version and arch specific work
> directories, eg.
>
> work.NetBSD-1.5-i386
> work.SunOS-5.7-sparc
Is this really necessary? Can't this be accomplished setting adding
the following to /etc/mk.conf?
WRKDIR_BASENAME= work.${MACHINE_PLATFORM}
I'm not sure why we need another knob when this one is already provided.
Thanks,
-- Johnny Lam <jlam@netbsd.org>