kernel build breakage on if_wi

2002-03-22 Thread Vladimir B.
Fresh (todays) -current not builds on current machine: vbook#/sys/i386/compile/VBOOK 142_ make kernel-depend make kernel rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep make -V CFILES -V SYSTEM_CFILES

Re: kernel build breakage on if_wi

2002-03-22 Thread Maxim Konovalov
On 22:14+0300, Mar 22, 2002, Vladimir B. Grebenschikov wrote: Fresh (todays) -current not builds on current machine: vbook#/sys/i386/compile/VBOOK 142_ make kernel-depend make kernel rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend if [ -f .olddep ];

Re: kernel build breakage on if_wi

2002-03-22 Thread Vladimir B.
On Fri, 2002-03-22 at 22:27, Maxim Konovalov wrote: Fresh (todays) -current not builds on current machine: ... Did you read 20020225: Warnings are now errors in the kernel. Unless you are a developer, you should add -DNO_WERROR to your make line. No, It seems I have