Date: Sat, 31 Aug 2002 21:43:35 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: "Justin T. Gibbs" <gibbs@scsiguy.com> Cc: current@FreeBSD.ORG Subject: Re: New SCSI: can't 'make depend' Message-ID: <20020831174335.GA80781@nagual.pp.ru> In-Reply-To: <20020831173940.GA80617@nagual.pp.ru> References: <20020831171231.GA80192@nagual.pp.ru> <293880000.1030814155@aslan.scsiguy.com> <20020831173940.GA80617@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020831174335.GA80781>