From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 14 05:54:49 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DBA1272 for ; Sun, 14 Apr 2013 05:54:49 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6956221E for ; Sun, 14 Apr 2013 05:54:49 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id kq13so2067002pab.1 for ; Sat, 13 Apr 2013 22:54:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:mime-version:content-type:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=q4qLcafYgVLrzalP/R7xQ7amdS+Y0Wgxlo/ACJEs6VY=; b=Q8nUB+rI49YFLpNG5ue5YFTGE1fbr43vdsnylPbjr7IytA7MXtBrWB8MN1ecnFZRoU HTl5CecnGFLowM8rfa5cSQGYnnQ5a9FMNn/RNbDvrhvPoyvWarXLpTS0JNUpgHFoLXNC WY/T/KKBlzP9jdTXEfXrO7Jwl0OF+/w0UCCLgW4vzjRGj8ZTJ/Hjjx2SDjGF2dN2IgUF lXVWJAAZWCOutAp3RFT/sQ45s8UjgTNkWQmhImN+X3Ka7wA6S0dwvSaIpqDeJkLLYRbZ /QRHXxqh7y1zz+E/lVEsUmYJGCwjJS97kUY5cn4w584Bgi9lX5ljEYMDlHT8tT4IYkX/ BvPg== X-Received: by 10.66.76.170 with SMTP id l10mr23191334paw.190.1365918883482; Sat, 13 Apr 2013 22:54:43 -0700 (PDT) Received: from [10.0.1.3] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPS id ce16sm16580647pac.5.2013.04.13.22.54.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Apr 2013 22:54:42 -0700 (PDT) Subject: Re: conf/177845: WITH_BMAKE does not work on CURRENT Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <20130414054224.6720958097@chaos.jnpr.net> Date: Sat, 13 Apr 2013 22:54:41 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <866FF12C-2525-4A59-B20B-39A0522D7B44@gmail.com> References: <201304140420.r3E4K0Et063274@freefall.freebsd.org> <9B5C1BF8-17FB-4718-8AF1-3F8F5E55DAB8@gmail.com> <20130414054224.6720958097@chaos.jnpr.net> To: "Simon J. Gerraty" X-Mailer: Apple Mail (2.1283) Cc: freebsd-bugs@FreeBSD.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 05:54:49 -0000 On Apr 13, 2013, at 10:42 PM, Simon J. Gerraty wrote: >=20 > On Sat, 13 Apr 2013 21:26:17 -0700, Garrett Cooper writes: >> The summary could be a bit better. Basically "buildworld with =3D >> bmake installed as make does not work with WITH_BMAKE specified on =3D >> CURRENT on next compile". >> HTH, >=20 > 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). >=20 > The error: >=20 > --- buildworld --- > make: illegal option -- J > usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] >=20 > 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. >=20 > Any more details available? The tree is synched up to the latest head version. I'm suspecting it = might be something to do with the changes made over the past 2 weeks in = terms of /Makefile, but I could be wrong. I'll look into this further = when I can.. -Garrett=