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)



The following reply was made to PR bin/60016; it has been noted by GNATS.

From: "Simon J. Gerraty" <sjg%juniper.net@localhost>
To: 
Cc: Christos Zoulas <christos%zoulas.com@localhost>, <gnats-bugs%netbsd.org@localhost>,
        <gnats-admin%netbsd.org@localhost>, <netbsd-bugs%netbsd.org@localhost>,
        <campbell+netbsd%mumble.net@localhost>, "rillig%netbsd.org@localhost" <rillig%netbsd.org@localhost>,
        <sjg%juniper.net@localhost>
Subject: Re: bin/60016 (make(1) tests failing since sjg MaybeSubMake changes)
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