src/Makefile, universe, LINT, VIMAGE, ..

Bjoern A. Zeeb bz at FreeBSD.org
Mon Dec 14 21:05:06 UTC 2009


On Mon, 14 Dec 2009, John Baldwin wrote:

> I think you can drop the 'KERNCONFS:= ${KERNCONFS}' line now.

So I did; thanks.

>>>>> Index: sys/conf/makeLINT.mk
>>>>> ===================================================================
>>>>> --- sys/conf/makeLINT.mk	(revision 198467)
>>>>> +++ sys/conf/makeLINT.mk	(working copy)
>>>>> @@ -5,7 +5,15 @@
>>>>>
>>>>>   clean:
>>>>>   	rm -f LINT
>>>>> +.if ${TARGET} == "amd64" || ${TARGET} == "i386"
>>>>> +	rm -f LINT=VIMAGE
>>>>> +.endif
>>>>
>>>> s/=/-/
>>>
>>> Yeah, everyone notics that one; it should be fixed in the patch at the
>>> URL originally referenced.
>
> This is still here. :)

*grump*  I had fixed it in the patch but not in my working tree.

New try:
http://people.freebsd.org/~bz/20091214-01-make-LINT-VIMAGE.diff

-- 
Bjoern A. Zeeb         It will not break if you know what you are doing.


More information about the freebsd-arch mailing list