From owner-cvs-all@FreeBSD.ORG Sat Feb 26 23:34:25 2005 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 B685C16A4CE; Sat, 26 Feb 2005 23:34:25 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72C43D54; Sat, 26 Feb 2005 23:34:25 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1QNYNg9050551; Sat, 26 Feb 2005 15:34:23 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1QNYNWY050550; Sat, 26 Feb 2005 15:34:23 -0800 (PST) (envelope-from obrien) Date: Sat, 26 Feb 2005 15:34:23 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050226233423.GA50425@dragon.nuxi.com> References: <200502222329.j1MNTskQ089307@repoman.freebsd.org> <20050225231409.GA16156@dragon.nuxi.com> <20050226094053.GB37588@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050226094053.GB37588@ip.net.ua> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/share/mk Makefile bsd.endian.mk src/usr.bin/cap_mkdb cap_mkdb.1 cap_mkdb.c src/share/termcap Makefile src/usr.bin/vgrind Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 23:34:25 -0000 On Sat, Feb 26, 2005 at 11:40:53AM +0200, Ruslan Ermilov wrote: > On Fri, Feb 25, 2005 at 03:14:09PM -0800, David O'Brien wrote: > > On Tue, Feb 22, 2005 at 11:29:54PM +0000, Ruslan Ermilov wrote: > > > ru 2005-02-22 23:29:54 UTC > > > FreeBSD src repository > > > Modified files: > > > . Makefile.inc1 > > > share/mk Makefile > > > usr.bin/cap_mkdb cap_mkdb.1 cap_mkdb.c > > > share/termcap Makefile > > > usr.bin/vgrind Makefile > > > Added files: > > > share/mk bsd.endian.mk > > > Log: > > > Add endianness support to cap_mkdb(1), useful for cross builds. > > > > Rather than having to create bsd.endian.mk and include it; I'd rather > > just have the compiler define __LITTLE_ENDIAN__ or __BIG_ENDIAN__. > > This is for makefiles having to deal with cross-compiles, > not for C code. I was thinking you could make cap_mkdb(1) know the desired output format w/o needing an option to tell it. -- -- David (obrien@FreeBSD.org)