From owner-freebsd-sparc64@FreeBSD.ORG Tue Jul 22 23:16:51 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE2237B401; Tue, 22 Jul 2003 23:16:51 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8560843F75; Tue, 22 Jul 2003 23:16:47 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6N6Gh0U046837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Jul 2003 09:16:43 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6N6Gh5d046832; Wed, 23 Jul 2003 09:16:43 +0300 (EEST) (envelope-from ru) Date: Wed, 23 Jul 2003 09:16:43 +0300 From: Ruslan Ermilov To: Jake Burkholder Message-ID: <20030723061643.GC45101@sunbay.com> References: <200307230553.h6N5rrpN058773@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OaZoDhBhXzo6bW1J" Content-Disposition: inline In-Reply-To: <200307230553.h6N5rrpN058773@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: current@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Floppyless release build of sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 06:16:51 -0000 --OaZoDhBhXzo6bW1J Content-Type: multipart/mixed; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge CPU times in release.9 and do not create the useless boot.flp floppy image (the sparc64/mkisoimages.sh script doesn't need it). On Tue, Jul 22, 2003 at 10:53:53PM -0700, Ruslan Ermilov wrote: > ru 2003/07/22 22:53:53 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Do not define BIGBOOTSIZE and the friends for amd64; it serves > no useful purpose other than wasting CPU time in "make release" > creating useless boot.flp. > =20 > Desired by: peter > =20 > Revision Changes Path > 1.789 +0 -3 src/release/Makefile Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.790 diff -u -r1.790 Makefile --- Makefile 23 Jul 2003 06:00:56 -0000 1.790 +++ Makefile 23 Jul 2003 06:09:41 -0000 @@ -202,11 +202,8 @@ BIGBOOTLABEL= minimum2 .elif ${TARGET_ARCH} == "sparc64" DISKLABEL= sunlabel -BIGBOOTSIZE= 4096 MFSSIZE= 4096 -BOOTINODE= 8192 MFSINODE= 8192 -BIGBOOTLABEL= auto MFSLABEL= auto .elif ${TARGET_ARCH} == "ia64" BIGBOOTLABEL= efi Index: sparc64/dokern.sh =================================================================== RCS file: sparc64/dokern.sh diff -N sparc64/dokern.sh --- sparc64/dokern.sh 13 Oct 2002 18:36:06 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: src/release/sparc64/dokern.sh,v 1.1 2002/10/13 18:36:06 jake Exp $ -# - -sed -e 's/ident.*GENERIC/ident BOOTMFS/g' --uXxzq0nDebZQVNAZ-- --OaZoDhBhXzo6bW1J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/HihLUkv4P6juNwoRAqMpAJ40b9ECsb9Gk7RGYLU2cHq+au/9dwCeIzQ1 +CAhUVPLZwGqTbpZpMy1XRA= =uhpV -----END PGP SIGNATURE----- --OaZoDhBhXzo6bW1J--