Date: Sun, 14 Apr 2013 21:23:45 -0700 From: "Simon J. Gerraty" <sjg@juniper.net> To: Glen Barber <gjb@FreeBSD.org> Cc: freebsd-bugs@FreeBSD.org Subject: Re: conf/177845: WITH_BMAKE does not work on CURRENT Message-ID: <20130415042345.E21D958097@chaos.jnpr.net> In-Reply-To: <20130414065230.GC35777@glenbarber.us> References: <201304140420.r3E4K0Et063274@freefall.freebsd.org> <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com> <20130414054224.6720958097@chaos.jnpr.net> <866FF12C-2525-4A59-B20B-39A0522D7B44@gmail.com> <20130414062049.B0C8958097@chaos.jnpr.net> <670AA8F8-B4EA-4D13-B892-EB94BF88F046@gmail.com> <20130414065230.GC35777@glenbarber.us>
next in thread | previous in thread | raw e-mail | index | archive | help
>This looks exactly like the same problem I reported to you in private Yes it does. As noted; the error is the result of bmake passing its -J flag onto an invokation of the old make. The prevelance of makefiles which have bare invocations of 'make' mean that's a reasonable possibility when /usr/bin/make is FreeBSD make. I thought I'd spotted a flaw in src/Makefile that might explain it (at least if /usr/bin/make is FreeBSD make), but I just finished two buildworld's in a tree updated yesterday, one with /usr/bin/make being FreeBSD make, and one with it being bmake - both succeeded. So perhaps there is an option I don't have set which is relevant. I only have WITH_CTF and WITH_BMAKE, perhaps I'm not hitting any of the offending makefiles.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130415042345.E21D958097>