From owner-freebsd-current Sat Aug 31 10:43:41 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF60B37B400 for ; Sat, 31 Aug 2002 10:43:38 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E250F43E6E for ; Sat, 31 Aug 2002 10:43:37 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7VHhaKu080801; Sat, 31 Aug 2002 21:43:36 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7VHhZ49080800; Sat, 31 Aug 2002 21:43:35 +0400 (MSD) (envelope-from ache) Date: Sat, 31 Aug 2002 21:43:35 +0400 From: "Andrey A. Chernov" To: "Justin T. Gibbs" Cc: current@FreeBSD.ORG Subject: Re: New SCSI: can't 'make depend' Message-ID: <20020831174335.GA80781@nagual.pp.ru> References: <20020831171231.GA80192@nagual.pp.ru> <293880000.1030814155@aslan.scsiguy.com> <20020831173940.GA80617@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020831173940.GA80617@nagual.pp.ru> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Aug 31, 2002 at 21:39:40 +0400, Andrey A. Chernov wrote: > > I wonder about > optional ahc ahd > line here. Is it assumes that _both_ must be on? Yes, it was the bug place. Here is the workaround which fix it for me: --- files.bak Sat Aug 31 20:46:30 2002 +++ files Sat Aug 31 21:40:55 2002 @@ -4,7 +4,7 @@ # limitations in config: backslash-newline doesn't work in strings, and # dependency lines other than the first are silently ignored. # -aicasm optional ahc ahd \ +aicasm optional ahc \ dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \ compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \ no-obj no-implicit-rule \ -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message