Date: Mon, 08 Feb 2010 17:21:37 +0900 (JST) From: TAKAHASHI Yoshihiro <nyan@jp.FreeBSD.org> To: imp@FreeBSD.org Cc: src-committers@FreeBSD.org, svn-src-user@FreeBSD.org Subject: Re: svn commit: r203633 - user/imp/tbemd/sys/conf Message-ID: <20100208.172137.27851207.nyan@jp.FreeBSD.org> In-Reply-To: <201002072001.o17K1rYc020284@svn.freebsd.org> References: <201002072001.o17K1rYc020284@svn.freebsd.org>
index | next in thread | previous in thread | raw e-mail
In article <201002072001.o17K1rYc020284@svn.freebsd.org>
Warner Losh <imp@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@FreeBSD.org>
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100208.172137.27851207.nyan>
