From owner-cvs-src@FreeBSD.ORG Wed Apr 16 04:44:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD71837B401; Wed, 16 Apr 2003 04:44:22 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD0E43F75; Wed, 16 Apr 2003 04:44:21 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.8/8.12.8) with ESMTP id h3GBjgxS020355; Wed, 16 Apr 2003 07:45:42 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.8/8.12.8/Submit) id h3GBjgQG020354; Wed, 16 Apr 2003 07:45:42 -0400 (EDT) Date: Wed, 16 Apr 2003 07:45:42 -0400 From: Jake Burkholder To: Ruslan Ermilov Message-ID: <20030416114542.GC16563@locore.ca> References: <200304152349.h3FNnV5u063919@repoman.freebsd.org> <20030416063257.GB2349@sunbay.com> <20030416112658.GB16563@locore.ca> <20030416113202.GB38592@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030416113202.GB38592@sunbay.com> User-Agent: Mutt/1.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sunlabel Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 11:44:23 -0000 Apparently, On Wed, Apr 16, 2003 at 02:32:02PM +0300, Ruslan Ermilov said words to the effect of; > On Wed, Apr 16, 2003 at 07:26:59AM -0400, Jake Burkholder wrote: > > Apparently, On Wed, Apr 16, 2003 at 09:32:57AM +0300, > > Ruslan Ermilov said words to the effect of; > > > > > On Tue, Apr 15, 2003 at 04:49:31PM -0700, Jake Burkholder wrote: > > > > jake 2003/04/15 16:49:31 PDT > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sbin/sunlabel Makefile > > > > Log: > > > > Hardlink sunlabel to disklabel so make release is happy. (This only affects > > > > sparc64, where bsd^H^H^Hdisklabel isn't built.) > > > > > > > > Revision Changes Path > > > > 1.2 +1 -0 src/sbin/sunlabel/Makefile > > > > > > > Um, need to care about cross-releases too. I will send you the > > > patches when they are ready. > > > > Tell me what you intend to do first. > > > Make disklabel(8) and sunlabel(8) MI and available on all platforms, > so that i386 can cross-release sparc64, and vice versa. The "vice > versa" part is complete but uncommitted, and includes GEOM endianness > fixes that phk@ has not yet committed. > > Fix release/ to use sunlabel(8) for sparc64. Ok, I don't mind doing the endian conversion for sunlabel so that it works on little endian platforms, I started it but haven't finished and just wanted to get release building on sparc64. I'd really like it if disklabel was called bsdlabel, and we install a hard link to disklabel based on the architecture. Jake