Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2009 21:01:41 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: src/Makefile, universe, LINT, VIMAGE, ..
Message-ID:  <20091214210054.A86040@maildrop.int.zabbadoz.net>
In-Reply-To: <200912141119.36165.jhb@freebsd.org>
References:  <20091025134226.Q91695@maildrop.int.zabbadoz.net> <20091026185459.U91695@maildrop.int.zabbadoz.net> <20091213195501.H86040@maildrop.int.zabbadoz.net> <200912141119.36165.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091214210054.A86040>