Date: Wed, 6 Nov 2002 11:40:25 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/alpha dokern.sh drivers.conf Message-ID: <20021106094025.GA96938@sunbay.com> In-Reply-To: <20021105174308.A36222@grasshopper.cs.duke.edu> References: <200211051444.gA5EikaJ025752@repoman.freebsd.org> <20021105174308.A36222@grasshopper.cs.duke.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 05, 2002 at 05:43:09PM -0500, Andrew Gallatin wrote: > Ruslan Ermilov [ru@FreeBSD.org] wrote: > > ru 2002/11/05 06:44:46 PST > >=20 > > Modified files: > > release Makefile=20 > > release/alpha dokern.sh drivers.conf=20 > > Log: > > Fixes to unbreak Alpha releases: > > =20 > > Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. > > =20 > > Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpo= se. > > =20 > > Removed the now no-op commands to copy ${RD}/trees/base/dev bits to > > ${RD}/mfsfd/dev, now that DEVFS is the default. > > =20 > > Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTM= FS > > kernel. >=20 > You can't remove COMPAT_FREEBSD4. If you do, longjmp won't work > without it, as it uses osig* stuff. (unless somebody fixed it). >=20 Isn't that COMPAT_43 that is required for Alpha? : #if !defined(COMPAT_FREEBSD4) && !defined(NO_COMPAT_FREEBSD4) : #error "You *really* want COMPAT_FREEBSD4 on -current for a while" : #endif : #if defined (__alpha__) && !defined(COMPAT_43) : #error "You *really* need COMPAT_43 on the alpha for longjmp(3)" : #endif If it's COMPAT_FREEBSD, can you please fix kern_sig.c to require it? Anyway, if COMPAT_FREEBSD4 is needed, it can go back in without breaking (yesterday's) "make release". Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9yOOJUkv4P6juNwoRAk44AJ44S6Et+moFqhZmec6uN5sYwZc68wCdENXX 6Y5J+ngDkMQFFKZMXfLVo8E= =qvDp -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh-- 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?20021106094025.GA96938>