Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 10:21:47 +0300 (MSK)
From:      Sergey Mokryshev <mokr@mokr.net>
To:        Makoto Matsushita <matusita@jp.FreeBSD.org>
Cc:        peter@FreeBSD.org, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/release/i386 dokern.sh
Message-ID:  <20021028101815.U584-100000@lemori.mokr.ru>
In-Reply-To: <20021027171021I.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Oct 2002, Makoto Matsushita wrote:

>
> peter>   Modified files:
> peter>     release/i386         dokern.sh
> peter>   Log:
> peter>   Add NO_COMPAT_FREEBSD4.
>
> I don't think this is needed for us, since NO_COMPAT_FREEBSD4 option
> does nothing except both setting COMPAT_FREEBSD4 and
> NO_COMPAT_FREEBSD4 option causes compile error.  I would like to note
> that there is no COMPAT_FREEBSD4 option defined (GENERIC kernel has
> it, but dokern.sh wipe out it already.)
>
> Why it should be there?
>

Because it triggers an error in src/sys/kern/kern_sig.c

#if !defined(COMPAT_FREEBSD4) && !defined(NO_COMPAT_FREEBSD4)
#error "You *really* want COMPAT_FREEBSD4 on -current for a while"
#endif

when 'make release' is building MFSROOT kernel.

Sergey Mokryshev.

-- 
Sergey S. Mokryshev <mokr@mokr.net>
SMP453, MOKR-RIPN


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?20021028101815.U584-100000>