> > > > .else
> > > > -BOOT_JDK_DIST= openjdk-jdk11u-bootjdk-${ARCH}-${BOOTJDK_DATE}.tar.gz
> > > > -. if (${ARCH}==amd64) || (${ARCH}==i386)
> > > > +BOOT_JDK_DIST= openjdk-jdk11u-bootjdk-${MACHINE_ARCH}-${BOOTJDK_DATE}.tar.gz
> > > > +. if (${MACHINE_ARCH}==amd64) || (${MACHINE_ARCH}==i386) || (${MACHINE_ARCH}==aarch64)
> > > > DISTFILES+= ${BOOT_JDK_DIST}:1
> > > > . endif
> > since this is "every arch in ONLY_FOR_ARCHS", the extra var and conditional
> > aren't needed:
> >
> > DISTFILES+= openjdk-jdk11u-bootjdk-${MACHINE_ARCH}-${BOOTJDK_DATE}.tar.gz:1
>
> I have a vague recollection that espie@ asked for the arch
> limiter there to correct an issue with fetching all the
> distfiles or something along those lines IIRC.
Ah - OK then, slightly non-obvious but that does make sense when considering
DPB fetches.
No comments:
Post a Comment