NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/60016 (make(1) tests failing since sjg MaybeSubMake changes)
- Subject: Re: bin/60016 (make(1) tests failing since sjg MaybeSubMake changes)
- From: "Simon J. Gerraty" <sjg%juniper.net@localhost>
- Date: Sat, 28 Feb 2026 15:15:04 -0800
Simon J. Gerraty <sjg%juniper.net@localhost> wrote:
> Christos Zoulas <christos%zoulas.com@localhost> wrote:
>
> > I fixed it; it was the @${MAKE} that was confusing it.
>
> That's the bit I don't get.
Ah its the @${MAKE} when MAKE is just set to "make"
I can reproduce the error.
Changing that to @ ${MAKE} works
so its a bug in MaybeSubMake nees to allow for $progname to be preceded
by any of [/@+-]
Will fix.
Home |
Main Index |
Thread Index |
Old Index