Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 08:57:08 -0600 (MDT)
From:      "M. Warner Losh" <imp@village.org>
To:        nyan@jp.FreeBSD.org
Cc:        n_hibma@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c sioreg.h
Message-ID:  <20020619.085708.95767323.imp@village.org>
In-Reply-To: <20020619.222314.74732759.nyan@jp.FreeBSD.org>
References:  <200206182130.g5ILUbI13355@freefall.freebsd.org> <20020619.222314.74732759.nyan@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020619.222314.74732759.nyan@jp.FreeBSD.org>
            Takahashi Yoshihiro <nyan@jp.FreeBSD.org> writes:
: This broke the sio driver for pc98. Please test your changes before
: commit.

FYI:

on FreeBSD/i386 you can do:

cd src/sys/pc98/conf
config GENERIC
cd ../compile/GENERIC
make depend && make

Just like I'm sure most people are doing to test their kernel
commits.  While the above isn't perfect in the face of version cross
threading, it does work well enough to know if you've broken something
or not (at least at the compile level).

Unlike alpha/sparc/etc You don't need cross compilers to do that.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020619.085708.95767323.imp>