From owner-cvs-all@FreeBSD.ORG Fri Feb 25 23:14:10 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 D681416A4CE; Fri, 25 Feb 2005 23:14:10 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7186C43D48; Fri, 25 Feb 2005 23:14:10 +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 j1PNE9rf016657; Fri, 25 Feb 2005 15:14:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1PNE9WC016656; Fri, 25 Feb 2005 15:14:09 -0800 (PST) (envelope-from obrien) Date: Fri, 25 Feb 2005 15:14:09 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20050225231409.GA16156@dragon.nuxi.com> References: <200502222329.j1MNTskQ089307@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502222329.j1MNTskQ089307@repoman.freebsd.org> 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: Fri, 25 Feb 2005 23:14:11 -0000 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__. -- -- David (obrien@FreeBSD.org)