Subject: Re: ALLDISTFILES ?
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 09/01/2006 15:24:03
On Fri, Sep 01, 2006 at 08:04:52AM -0400, Dan McMahill wrote:
> Alternatively maybe there should be some variable (MAINTAINER_MODE?)
> that would be used in the package makefiles like:
>
> .if defined(MAINTAINER_MODE)
> DISTFILES= foo_x86_linux.tar.gz
> DISTFILES+= foo_sparc_solaris.tar.gz
> DISTFILES+= foo_mips_irix.tar.gz
> .else
>
> # normal logic to find the correct distfile based on ${MACHINE_ARCH}
> .endif
>
> Comments?
I prefer this is but wouldn't call it MAINTAINER_MODE. What about simply
using target(makesum)? At least for the first aim.
Joerg