Subject: Re: CVS commit: pkgsrc/mk
To: None <jlam@netbsd.org>
From: Frederick Bruckman <fredb@immanent.net>
List: pkgsrc-changes
Date: 06/21/2002 15:29:14
In article <20020621174948.21120B009@cvs.netbsd.org>,
jlam@netbsd.org (Johnny C. Lam) writes:
>
> Module Name: pkgsrc
> Committed By: jlam
> Date: Fri Jun 21 17:49:48 UTC 2002
>
> Modified Files:
> pkgsrc/mk: bsd.prefs.mk
>
> Log Message:
> Move the definition of OBJECT_FMT for NetBSD-1.3.x systems ahead of the
> inclusion of defs.*.mk so that they can conditionalize on OBJECT_FMT.
But why did you move it ahead of `.include <bsd.own.mk>'? Now, NetBSD-1.3*
users can't set OBJECT_FMT in ${MAKECONF}. [Until fairly recently,
ports in transition only set that with "?=" in bsd.own.mk, to let the user
override. Nowadays, there are no ports in transition.]
Frederick