tech-pkg archive

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

Re: rfc: fix make distinfo/makesum/mirror-distfiles for conditional distfiles



On Fri, Mar 06, 2015 at 07:37:40PM +0100, Tobias Nygren wrote:
> Hi,
> 
> On Fri, 6 Mar 2015 18:02:36 +0100
> Marc Espie <espie%nerim.net@localhost> wrote:
> 
> > DISTFILES = master_archive.tgz
> > .if $(SOME_OPTION)
> > DISTFILES += file1.tgz
> > .elif $(SOME_OTHER_OPTION)
> > DISTFILES += file2.tgz
> > .else
> > DISTFILES += file3.tgz
> > .endif
> > 
> > SUPDISTFILES = file1.tgz file2.tgz file3.tgz
> > 
> > - SUPDISTFILES are always mirrored, always makesum'd.
> 
> This looks clean, I do like this approach.
> What does SUP stand for in this context?

SUPPLEMENTARY


Home | Main Index | Thread Index | Old Index