CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer

Just synced my repo with cvsup4 and find that make depend fails.

This is after "config -r MATT".

"make includes" in /usr/src doesn't fix it either.


=== sn
@ - /usr/src/sys
machine - /usr/src/sys/i386/include
perl @/kern/makeobjops.pl -h @/kern/device_if.m
perl @/kern/makeobjops.pl -h @/kern/bus_if.m
perl @/kern/makeobjops.pl -h @/isa/isa_if.m
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
-I@/../include -I/usr/include 
/usr/src/sys/modules/sn/../../dev/sn/if_sn.c
/usr/src/sys/modules/sn/../../dev/sn/if_sn_isa.c
/usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c
/usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c:60: card_if.h: No
such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/sn.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/MATT.


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



Re: CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer

Matthew Thyer wrote:
 mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
 -I@/../include -I/usr/include
 /usr/src/sys/modules/sn/../../dev/sn/if_sn.c
 /usr/src/sys/modules/sn/../../dev/sn/if_sn_isa.c
 /usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c
 /usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c:60: card_if.h: No
 such file or directory
 mkdep: compile failed
 *** Error code 1
 
 Stop in /usr/src/sys/modules/sn.

Warner's fixed this so update again


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