Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: release build with RELEASEMACHINEDIR for bootarm fails
On Thu, Sep 19, 2019 at 12:25:11PM +1000, Paul Ripke wrote:
> Looks like the following patch is needed? A quick grep shows a bunch
> more instances - but I'm not sure how common this arrangement is
> outside of arm.
>
> diff --git a/sys/stand/efiboot/bootarm/Makefile b/sys/stand/efiboot/bootarm/Makefile
> index e9e0484ec1da..df0007ffc20e 100644
> --- a/sys/stand/efiboot/bootarm/Makefile
> +++ b/sys/stand/efiboot/bootarm/Makefile
> @@ -17,4 +17,4 @@ LDFLAGS+= -N
>
> release: check_RELEASEDIR
> ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
> - ${RELEASEDIR}/${MACHINE}/installation/misc
> + ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
Yes, this sounds correct.
Can you fix + test the other instances you found as well and provide a
single patch for all?
Thanks!
Martin
Home |
Main Index |
Thread Index |
Old Index