Subject: Re: make package
To: None <pkgsrc-users@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 02/19/2007 21:39:48
On Mon, Feb 19, 2007 at 02:15:03PM -0600, Larson, Timothy E. wrote:
> Jeremy C. Reed wrote:
> > No. That is diferent. The original question was "... also make
> > packages of those missing dependencies that are built in the process?"
> 
> 
> A clarification, if I may.  Are the "intermediate" packages built at the
> end of the process, or as they are built?  I'm wondering if the
> dependency binary packages will still be built even if the final package
> fails to build.  I hope they would be.

It sets the DEPENDS_TARGET to package, so an intermediate package is
built first. If that fails but the install itself was successful, it
won't retry though.

Joerg