Subject: Re: avoiding unnecessary recompilation ...
To: None <tech-pkg@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: tech-pkg
Date: 01/16/2006 13:54:15
On Mon, Jan 16, 2006 at 10:42:45AM +1100, Malcolm Herbert wrote:
> 
> The problem is that if I build a package in an ad-hoc manner using make
> package in the same chroot environment (it's the only package build
> environment I have) things don't seem to be smart enough to do the bulk
> build trick of installing package dependancies from binary packages if
> they're available and so it remakes them ...

DEPENDS_TARGET=bin-install

Joerg