In message <[EMAIL PROTECTED]> Donn Miller writes:
: Here's problems I'm having with the latest (as of now) cvsup'd sources.
I fixed this as of 8:35am MDT today. Sorry about any inconveince my
incomplete checkin caused. This is one reason I don't like the
modules/foo dev/foo split we have today
Here's problems I'm having with the latest (as of now) cvsup'd sources.
- Donn
perl @/kern/makeobjops.pl -h @/kern/bus_if.m
perl @/kern/makeobjops.pl -h @/pci/pci_if.m
perl @/kern/makeobjops.pl -h @/dev/mii/miibus_if.m
rm -f .depend
mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I.
On Wed, 2 Aug 2000, Rex A. Roof wrote:
> ok, here's the output from uname -a
>
> FreeBSD shaolin.wccnet.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Apr 27 19:04:53
>EDT 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/SHAOLIN i386
>
> usually, in the past, I've found the best way to upgrade (a
ok, here's the output from uname -a
FreeBSD shaolin.wccnet.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Apr 27 19:04:53 EDT
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/SHAOLIN i386
usually, in the past, I've found the best way to upgrade (and, what
I thought was the proper way) was to mak
On Wed, Aug 02, 2000 at 12:04:19PM -0400, Rex A. Roof wrote:
> /tmp/ccv99837.s: Assembler messages:
> /tmp/ccv99837.s:772: Error: operands given don't match any known 386 instruction
> /tmp/ccv99837.s:837: Error: operands given don't match any known 386 instruction
> After searching the mailing li
after doing a cvsup I tried to build a new kernel
and found that I was getting this error: (while doing config)
../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard
so, I searched the mailing lists and found that I needed to update
/usr/sbin/config, so I did, and was abl