svn commit: r250658 - in head: share/mk sys/conf tools/build/options

Garrett Cooper yaneurabeya at gmail.com
Fri May 17 15:22:11 UTC 2013


On May 17, 2013, at 10:57 AM, Andre Oppermann wrote:

> On 15.05.2013 15:04, Brooks Davis wrote:
>> Author: brooks
>> Date: Wed May 15 13:04:10 2013
>> New Revision: 250658
>> URL: http://svnweb.freebsd.org/changeset/base/250658
>> 
>> Log:
>>   Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to
>>   checking our kernel printf extensions.  This is useful to allow
>>   compilers without these extensions to build kernels.
>> 
>>   Sponsored by:	DARPA, AFRL
> 
> This breaks "make depend" at least on amd64:
> 
> "../../../conf/kern.mk", line 37: Malformed conditional (${MK_FORMAT_EXTENSIONS} == "no")
> "../../../conf/kern.mk", line 39: if-less else
> "../../../conf/kern.mk", line 41: if-less endif
> make: fatal errors encountered -- cannot continue


cd /usr/src
(cd share/mk; make install)
cd sys; make depend

?
-Garrett


More information about the svn-src-head mailing list