Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2013 22:42:24 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Garrett Cooper <yaneurabeya@gmail.com>
Cc:        freebsd-bugs@FreeBSD.org, sjg@juniper.net
Subject:   Re: Fwd: conf/177845: WITH_BMAKE does not work on CURRENT
Message-ID:  <20130414054224.6720958097@chaos.jnpr.net>
In-Reply-To: <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com>
References:  <201304140420.r3E4K0Et063274@freefall.freebsd.org> <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 13 Apr 2013 21:26:17 -0700, Garrett Cooper writes:
>	The summary could be a bit better. Basically "buildworld with =
>bmake installed as make does not work with WITH_BMAKE specified on =
>CURRENT on next compile".
>HTH,

Hmm, I've been building current with buildworld and bmake as make, and
WITH_BMAKE set for months, including a tree updated this week (r249392).

The error:

--- buildworld ---
make: illegal option -- J
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]

is the result of some makefile invoking bare 'make' rather than ${MAKE}
and finding  an instance of FreeBSD make.
If bmake is installed as /usr/bin/make, I'm not sure how that could
happen.

Any more details available?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130414054224.6720958097>