Subject: Re: QT 4.1 ?
To: Mark Kirby <mark@coris.org.uk>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 01/10/2006 12:52:24
On Tue, Jan 10, 2006 at 10:52:04AM +0000, Mark Kirby wrote:
> I looked at this a while ago. QT4 builds fine on current but you
> will get all of it.
> 
> After the configure stage you can issue make libs, make docs,
> make tools etc and just build those bits you want (i forget the
> acctual commands as i dont have the source anymore).
> 
> I couldnt however find a way for pkgsrc to issue specific make
> comands after the configure stage. It allways built the whole
> lot. 
> 
> If someone can tell me how to do that i will have another go at
> it.

On Tue, Jan 10, 2006 at 11:27:15AM +0000, Martijn van Buul wrote:
> You can override the do-build: target in the Makefile for this
> purpose, AFAIK.

It's better to use BUILD_TARGET for this.  You can set e.g.
BUILD_TARGET=libs, so pkgsrc will invoke "make libs" instead of
"make all" for building.  

	Geert