kobj.h changes make buildkernel broken

2003-10-16 Thread Jun Su
Seems Tools\makeobjops.awk needs some update. error log: %make cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I.

Re: kobj.h changes make buildkernel broken

2003-10-16 Thread Doug Rabson
On Thu, 2003-10-16 at 14:23, Jun Su wrote: Seems Tools\makeobjops.awk needs some update. Sorry about that - I forgot to commit that bit. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

make buildkernel broken at net/bpf.c ?

2002-11-18 Thread walt
I see these changes were made about four days ago and I seem to be the only one having problems. BTW, I don't use device bpf in my kernel config. cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline

make buildkernel broken

2001-01-15 Thread Pascal Hofstee
=== wi make: don't know how to make /usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 -- Pascal Hofstee daeron @ shadowmere . student . utwente . nl begin LOVE-LETTER-FOR-YOU.TXT.vbs I'm a signature virus.

RE: make buildkernel broken

2001-01-15 Thread John Baldwin
On 15-Jan-01 Pascal Hofstee wrote: === wi make: don't know how to make /usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Did you do a make depend? This was fixed a while ago. -- John Baldwin [EMAIL PROTECTED] --

Re: make buildkernel broken

2001-01-15 Thread Yoshihiro Koya
Hello, === wi make: don't know how to make /usr/src/sys/modules/wi/../../i386/isa/if_wi.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 I had same problem. Do you have /usr/src/sys/modules/wi/.depend ? If so, remove it and try make buildkernel again. koya To