From owner-freebsd-stable Wed Jan 21 01:03:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06218 for stable-outgoing; Wed, 21 Jan 1998 01:03:27 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from baloon.mimi.com (sjx-ca126-30.ix.netcom.com [207.92.177.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06211 for ; Wed, 21 Jan 1998 01:03:24 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id BAA20779; Wed, 21 Jan 1998 01:03:16 -0800 (PST) (envelope-from asami) Date: Wed, 21 Jan 1998 01:03:16 -0800 (PST) Message-Id: <199801210903.BAA20779@baloon.mimi.com> To: jyqiu@rice.edu CC: freebsd-stable@FreeBSD.ORG In-reply-to: <34C3EECA.167EB0E7@rice.edu> (message from Jingyu Qiu on Tue, 20 Jan 1998 00:24:42 +0000) Subject: Re: can't do make -B From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * When I 'make world' after I retrieved the freebsd-stable from cvsup, * an error comes telling me that make can't recognize '-B' * flag, which appear many times in the Makefile, * * make: illegal option -- B * usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ] * [-I directory] [-j max_jobs] [variable=value] * * What's wrong here, should I use another version of make or * gmake instead? I assume you are trying to build 2.2-stable on a 2.1.5R or older system. Please send the full log of the make session and the output of "grep Id /usr/src/Makefile". Satoshi