From owner-cvs-all@FreeBSD.ORG Thu Feb 21 17:28:48 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A260316A401 for ; Thu, 21 Feb 2008 17:28:48 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 251B013C448 for ; Thu, 21 Feb 2008 17:28:47 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so2565570uge.37 for ; Thu, 21 Feb 2008 09:28:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=TYyZlHELKAahS3i7ozbuJC3LOir7DJnE0uRy6bA7xsQ=; b=D0aNnWD2m3FOLXFnUzyD/6+cFb767vtQUb8bzifUSC5zI8nKqEh+fuA5thWaD1YXn6PYw4n2+nBMygzsVLySVhOq+CTjEIngx8aw9KV6/OR/5opIggWPxpBXRwAZFX+QDCH9GV7ayoYwZFfeNIEtiaVQDKGef4NLA+XszVXGKUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=BP0nMxIrCRVjIHzyoO92rD2qUqwRO/XoU/7YtdQ0zqoAO7z/MzM80vRXs6AOSwSzEgx5bwEA32EvfCSsx52YRTebFq+AllvWdqi0/mZbMLtxXUwJi0kewVUrS5+KYFja5bU4pmpsaibdJbm6V2jMfn4lIhc4Uk8G8vmlvhVoqdw= Received: by 10.67.196.2 with SMTP id y2mr1144798ugp.60.1203613385445; Thu, 21 Feb 2008 09:03:05 -0800 (PST) Received: from plan0.kaiwan.csbnet.se ( [193.11.244.12]) by mx.google.com with ESMTPS id q9sm309459gve.10.2008.02.21.09.03.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Feb 2008 09:03:04 -0800 (PST) Received: from localhost ([127.0.0.1] helo=plan0.kaiwan.csbnet.se) by plan0.kaiwan.csbnet.se with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JSEp0-0000WM-O2; Thu, 21 Feb 2008 18:02:58 +0100 Received: (from kaffir@localhost) by plan0.kaiwan.csbnet.se (8.14.2/8.14.2/Submit) id m1LH2wFO002005; Thu, 21 Feb 2008 18:02:58 +0100 (CET) (envelope-from kaiwang27@gmail.com) X-Authentication-Warning: plan0.kaiwan.csbnet.se: kaffir set sender to kaiwang27@gmail.com using -f Date: Thu, 21 Feb 2008 18:02:58 +0100 From: Kai Wang To: "David E. O'Brien" Message-ID: <20080221170258.GF1372@plan0.kaiwan.csbnet.se> Mail-Followup-To: "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200802211659.m1LGx2Mu058671@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <200802211659.m1LGx2Mu058671@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/ranlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 17:28:48 -0000 On Thu, Feb 21, 2008 at 04:59:02PM +0000, David E. O'Brien wrote: > obrien 2008-02-21 16:59:02 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/binutils/ar Makefile > gnu/usr.bin/binutils/ranlib Makefile > Log: > If 'WITH_BSDAR' is defined, install as gnu-. > > Revision Changes Path > 1.16 +5 -0 src/gnu/usr.bin/binutils/ar/Makefile > 1.17 +5 -0 src/gnu/usr.bin/binutils/ranlib/Makefile Thank you! I think WITH_BSDAR is the best idea for now, I'll make change in my side soon. Kai