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)



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