From owner-cvs-all@FreeBSD.ORG Fri Jul 25 14:19:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A340737B405; Fri, 25 Jul 2003 14:19:12 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890BC43F75; Fri, 25 Jul 2003 14:19:08 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6PLJ20U035530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Jul 2003 00:19:02 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6PLJ2gx035525; Sat, 26 Jul 2003 00:19:02 +0300 (EEST) (envelope-from ru) Date: Sat, 26 Jul 2003 00:19:02 +0300 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20030725211902.GE34677@sunbay.com> References: <200307250854.h6P8sfom098536@repoman.freebsd.org> <20030725.213123.74673434.nyan@jp.FreeBSD.org> <20030725130041.GA84040@sunbay.com> <20030725162952.GC37608@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mR8QP4gmHujQHb1c" Content-Disposition: inline In-Reply-To: <20030725162952.GC37608@dragon.nuxi.com> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Takahashi Yoshihiro cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/share/man/man7 release.7 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 21:19:13 -0000 --mR8QP4gmHujQHb1c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 25, 2003 at 09:29:52AM -0700, David O'Brien wrote: > On Fri, Jul 25, 2003 at 04:00:41PM +0300, Ruslan Ermilov wrote: > > Index: Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > RCS file: /home/ncvs/src/release/Makefile,v > > retrieving revision 1.798 > > diff -u -r1.798 Makefile > > --- Makefile 25 Jul 2003 08:55:51 -0000 1.798 > > +++ Makefile 25 Jul 2003 12:58:42 -0000 > > @@ -1087,7 +1087,11 @@ > > @echo "echo Please insert MFS root floppy and press enter:" >> ${RD}/= image.${FSIMAGE}/boot/loader.rc > > @echo "read" >> ${RD}/image.${FSIMAGE}/boot/loader.rc > > .endif > > +.if defined(FDSIZE) && ${FDSIZE} =3D=3D "SMALL" > > + @echo "load -t mfs_root /mfsroot-small" >> ${RD}/image.${FSIMAGE}/boo= t/loader.rc > > +.else > > @echo "load -t mfs_root /mfsroot" >> ${RD}/image.${FSIMAGE}/boot/load= er.rc > > +.endif >=20 > Can we *PLEASE* stop this .ifdef maze? Why not set ${MFSROOT_NAME} much > higher up and have a single > @echo "load -t mfs_root ${MFSROOT_NAME}" >> ${RD}/image.${FSIMAGE}/bo= ot/loader.rc >=20 Feel free to. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --mR8QP4gmHujQHb1c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/IZ7GUkv4P6juNwoRAmdQAJ9ACCOSwVacba2QUXXB83dMhiF+YwCeNgOu W1/Gl6t/oULT3J1v4z1PoWo= =rjBe -----END PGP SIGNATURE----- --mR8QP4gmHujQHb1c--