Subject: Re: CVS commit: pkgsrc/chat/xchat2
To: Julio M. Merino Vidal <jmmv@NetBSD.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: tech-pkg
Date: 10/30/2004 13:44:02
On Sat, 30 Oct 2004 20:31:59 +0200
"Julio M. Merino Vidal" <jmmv@menta.net> wrote:

> On Sat, 30 Oct 2004 18:19:47 +0000 (UTC)
> Min Sik Kim <minskim@netbsd.org> wrote:
> 
> > While here, rearange sections so that buildlink3.mk
> > files are included before overriding post-install target.
> 
> May I ask why?  We never use this style, AFAICT.

From "cvs log doc/Makefile-example":

revision 1.4
date: 2004/02/15 14:09:25;  author: jlam;  state: Exp;  lines: +12 -5
Move the inclusion of buildlink files ahead of the target definitions.
This makes all of the buildlink files come after any variable definitions
that could affect their behaviour, and makes all of the target
definitions come after all of the variables and .ifdef logic.  This
matches the way that many of the large, complex packages are already
written.

-- 
Min Sik Kim