tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: maintaining bulk-{small,medium,large}



On Fri, Sep 15, 2023 at 02:04:17PM +0100, David Brownlee wrote:
> On Thu, 14 Sept 2023 at 20:29, David Holland
> <dholland-pkgtech%netbsd.org@localhost> wrote:
> >  > How horrible would it be to set something in bulk-small/Makefile which
> >  > would cause any subsequent rust build to abort?
> >
> > Since bulk-large and bulk-medium depend on bulk-small, any direct
> > rustproofing that goes into bulk-small will make bulk-large fail. (Not
> > to mention it will make builds of "everything" fail.)
> 
> But it should be possible to set something that triggers when called from
>   bulk-small -> ... -> rust
> or
>   bulk-large -> bulk-medium -> bulk-small -> ... -> rust
> but not
>   bulk-large -> ... -> rust (assuming ... does not include bulk-small)

Doesn't work for bulk builds and that's what this is all about.

Joerg


Home | Main Index | Thread Index | Old Index