From owner-cvs-src@FreeBSD.ORG Wed Sep 24 20:10:48 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145001065671; Wed, 24 Sep 2008 20:10:48 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id B4B768FC21; Wed, 24 Sep 2008 20:10:47 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-4.local ([216.239.45.19]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m8OKAhVg078260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Sep 2008 13:10:44 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48DA9EC3.80309@freebsd.org> Date: Wed, 24 Sep 2008 13:10:43 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Marius Strobl References: <200809212208.m8LM8wBB001671@repoman.freebsd.org> <20080924192747.GA66672@alchemy.franken.de> In-Reply-To: <20080924192747.GA66672@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Makefile src/libexec Makefile src/sbin Makefile src/share ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 24 Sep 2008 20:10:48 -0000 Marius Strobl wrote: > On Sun, Sep 21, 2008 at 10:02:26PM +0000, Sam Leffler wrote: >> sam 2008-09-21 22:02:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc Makefile >> etc/periodic/daily Makefile >> etc/periodic/monthly Makefile >> etc/periodic/security Makefile >> etc/periodic/weekly Makefile >> gnu/usr.bin Makefile >> lib Makefile >> libexec Makefile >> sbin Makefile >> share Makefile >> share/mk bsd.own.mk >> usr.bin Makefile >> usr.bin/netstat Makefile main.c netstat.h >> usr.sbin Makefile >> Added files: >> tools/build/options WITHOUT_ACCT WITHOUT_AMD WITHOUT_APM >> WITHOUT_AT WITHOUT_CTM >> WITHOUT_FREEBSD_UPDATE WITHOUT_IPFW >> WITHOUT_JAIL WITHOUT_LEGACY_CONSOLE >> WITHOUT_LOCATE WITHOUT_MAIL WITHOUT_MAKE >> WITHOUT_NDIS WITHOUT_NETGRAPH WITHOUT_NTP >> WITHOUT_PKGTOOLS WITHOUT_PMC >> WITHOUT_PORTSNAP WITHOUT_PPP >> WITHOUT_QUOTAS WITHOUT_ROUTED >> WITHOUT_SLIP WITHOUT_SYSINSTALL >> WITHOUT_TELNET WITHOUT_TEXTPROC >> WITHOUT_WIRELESS >> Log: >> SVN rev 183242 on 2008-09-21 22:02:26Z by sam >> >> add new build knobs and jigger some existing controls to improve >> control over the result of buildworld and installworld; this especially >> helps packaging systems such as nanobsd >> >> Reviewed by: various (posted to arch) >> MFC after: 1 month >> > > Hi Sam, > > you seem to have accidentally decoupled ar(4) completely along > with the above change: > --- head/usr.bin/Makefile 2008/09/02 15:35:47 182681 > +++ head/usr.bin/Makefile 2008/09/21 22:02:26 183242 > <...> > .if ${MK_TOOLCHAIN} != "no" > -_ar= ar > <...> > > At least a `make release` now fails with: > <...> I'm out of my office today; please fix. Sam