svn commit: r325568 - head

Bryan Drewery bdrewery at FreeBSD.org
Fri Nov 10 21:43:59 UTC 2017


On 11/10/2017 1:41 PM, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: bdrewery
>> Date: Wed Nov  8 23:41:27 2017
>> New Revision: 325568
>> URL: https://svnweb.freebsd.org/changeset/base/325568
>>
>> Log:
>>   universe: Fix creating LINT files with AUTO_OBJ.
>>   
>>   These are expected to be created in .CURDIR.
>>   
> 
> Doesn't that fly in the face of a readonly src tree?

Yes, it's the wrong behavior IMO but it's how it was working before.  I
have this on my list to come back to later to see if I can avoid it.  It
was simpler to disable the new feature for now in this case.

> 
>>   Reported by:	kib
>>   Sponsored by:	Dell EMC Isilon
>>
>> Modified:
>>   head/Makefile
>>
>> Modified: head/Makefile
>> ==============================================================================
>> --- head/Makefile	Wed Nov  8 23:32:56 2017	(r325567)
>> +++ head/Makefile	Wed Nov  8 23:41:27 2017	(r325568)
>> @@ -553,7 +553,8 @@ universe_${target}_kernels: universe_${target}_worlds 
>>  universe_${target}_kernels: universe_${target}_prologue .MAKE .PHONY
>>  .if exists(${KERNSRCDIR}/${target}/conf/NOTES)
>>  	@(cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \
>> -	    ${SUB_MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
>> +	    ${SUB_MAKE} -DNO_OBJ LINT \
>> +	    > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
>>  	    (echo "${target} 'make LINT' failed," \
>>  	    "check _.${target}.makeLINT for details"| ${MAKEFAIL}))
>>  .endif
>>
>>
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20171110/7cd56a98/attachment.sig>


More information about the svn-src-all mailing list