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 ...

Sam Leffler sam at freebsd.org
Wed Sep 24 20:10:48 UTC 2008


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


More information about the cvs-src mailing list