From owner-cvs-all Tue Oct 22 7:27:37 2002 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 08D8737B401; Tue, 22 Oct 2002 07:27:36 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4711043E6E; Tue, 22 Oct 2002 07:27:35 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g9MEc1bd080792; Tue, 22 Oct 2002 10:38:01 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g9MEc1mB080791; Tue, 22 Oct 2002 10:38:01 -0400 (EDT) Date: Tue, 22 Oct 2002 10:38:00 -0400 From: Jake Burkholder To: Ruslan Ermilov Cc: Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20021022103800.C75852@locore.ca> References: <200210160530.g9G5UuX6019618@repoman.freebsd.org> <20021017144224.GB89018@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021017144224.GB89018@sunbay.com>; from ru@FreeBSD.org on Thu, Oct 17, 2002 at 05:42:24PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Thu, Oct 17, 2002 at 05:42:24PM +0300, Ruslan Ermilov said words to the effect of; > On Tue, Oct 15, 2002 at 10:30:56PM -0700, Jake Burkholder wrote: > > jake 2002/10/15 22:30:56 PDT > > > > Modified files: > > release Makefile > > Log: > > Add support for building sparc64 releases. > > > > Reviewed by: murray > > > > Revision Changes Path > > 1.711 +19 -1 src/release/Makefile > > > How about this small patch? I think it might be useful elsewhere. > > %%% > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/release/Makefile,v > retrieving revision 1.711 > diff -u -r1.711 Makefile > --- Makefile 16 Oct 2002 05:30:56 -0000 1.711 > +++ Makefile 17 Oct 2002 14:41:29 -0000 > @@ -690,7 +690,7 @@ > sh -e ${.CURDIR}/scripts/doFS.sh -s mfsroot ${RD} ${MNT} \ > ${MFSSIZE} ${RD}/mfsfd ${MFSINODE} ${MFSLABEL} > @gzip -9vc mfsroot > mfsroot.gz > -.if ${TARGET_ARCH} != "sparc64" > +.if defined(BOOTSIZE) > @sh -e ${.CURDIR}/scripts/doFS.sh ${RD}/floppies/mfsroot.flp \ > ${RD} ${MNT} ${BOOTSIZE} mfsroot.gz ${BOOTINODE} ${BOOTLABEL} > @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern > %%% Looks fine. > > > Cheers, > -- > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message