From owner-cvs-all@FreeBSD.ORG Fri Feb 22 06:51:27 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 6005416A400; Fri, 22 Feb 2008 06:51:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C96C13C44B; Fri, 22 Feb 2008 06:51:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1M6pRkw054120; Fri, 22 Feb 2008 06:51:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1M6pRgY054119; Fri, 22 Feb 2008 06:51:27 GMT (envelope-from obrien) Message-Id: <200802220651.m1M6pRgY054119@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 22 Feb 2008 06:51:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ar 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: Fri, 22 Feb 2008 06:51:27 -0000 obrien 2008-02-22 06:51:27 UTC FreeBSD src repository Modified files: usr.bin/ar Makefile Log: We build important toolchain statically. So build BSD 'ar' statically when its replacing GNU 'ar'. Revision Changes Path 1.18 +1 -0 src/usr.bin/ar/Makefile