Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov

On Sat, Aug 31, 2002 at 10:52:09 -0700, George V. Neville-Neil wrote:
> I think this is in -STABLE not -CURRENT, I'm having this problem there.

The problem is in -current too, see my following
optional ahc ahd
bug explanation, aicasm target inserted only when _both_ of them are 
enabled.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: New SCSI: can't 'make depend'

2002-08-31 Thread George V. Neville-Neil

I think this is in -STABLE not -CURRENT, I'm having this problem there.

Later,
George

-- 
George V. Neville-Neil  [EMAIL PROTECTED]
Neville-Neil Consulting www.neville-neil.com

"I learn only to be contented."  inscription at Ryoan-ji in Kyoto, Japan



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov

On Sat, Aug 31, 2002 at 11:15:55 -0600, Justin T. Gibbs wrote:
> > Apparently Makefile not have aicasm target (newly created clean 
> > building directory):
> 
> I can't reproduce this here.  My kernel Makefile includes an aicasm target.

I have only this lines included, but not aicasm target itself.
I have 'device ahc'.
Maybe tabs/spaces/continuation lines or 'config' issue with 
/sys/conf/files?

I wonder about
optional ahc ahd
line here. Is it assumes that _both_ must be on?

aic7xxx_{seq.h,reg.h,reg_print.c}: $S/dev/aic7xxx/aic7xxx.{reg,seq} 
$S/cam/scsi/scsi_message.h aicasm
./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o 
aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i 
$S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq


-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: New SCSI: can't 'make depend'

2002-08-31 Thread Andrey A. Chernov

On Sat, Aug 31, 2002 at 11:15:55 -0600, Justin T. Gibbs wrote:
> > Apparently Makefile not have aicasm target (newly created clean 
> > building directory):
> 
> I can't reproduce this here.  My kernel Makefile includes an aicasm target.

>From where aicasm target must come in?
As I see, src/sys/conf/Makefile.i386 v1.257 not have it.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: New SCSI: can't 'make depend'

2002-08-31 Thread Justin T. Gibbs

> Apparently Makefile not have aicasm target (newly created clean 
> building directory):

I can't reproduce this here.  My kernel Makefile includes an aicasm target.

--
Justin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message