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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to