svn commit: r203633 - user/imp/tbemd/sys/conf

TAKAHASHI Yoshihiro nyan at jp.FreeBSD.org
Mon Feb 8 08:22:42 UTC 2010


In article <201002072001.o17K1rYc020284 at svn.freebsd.org>
Warner Losh <imp at FreeBSD.org> writes:

> Log:
>   This shouldn't be necessary.
> 
> Modified:
>   user/imp/tbemd/sys/conf/Makefile.pc98
> 
> Modified: user/imp/tbemd/sys/conf/Makefile.pc98
> ==============================================================================
> --- user/imp/tbemd/sys/conf/Makefile.pc98	Sun Feb  7 19:58:49 2010	(r203632)
> +++ user/imp/tbemd/sys/conf/Makefile.pc98	Sun Feb  7 20:01:52 2010	(r203633)
> @@ -30,8 +30,6 @@ S=	../../..
>  .endif
>  .include "$S/conf/kern.pre.mk"
>  
> -MACHINE=pc98
> -
>  MKMODULESENV+=	MACHINE=${MACHINE}
>  
>  %BEFORE_DEPEND

This is needed for cross-building.  It enables to require no
additional option for 'make'.  I usually use the following commands
to build pc98 kernel on i386 machine.

# cd /sys/pc98/conf
# config GENERIC
# cd ../compile/GENERIC
# make depend
# make

---
TAKAHASHI Yoshihiro <nyan at FreeBSD.org>


More information about the svn-src-user mailing list