From owner-freebsd-arch@FreeBSD.ORG Mon Dec 14 21:05:06 2009 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E331065697; Mon, 14 Dec 2009 21:05:06 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 52B4D8FC16; Mon, 14 Dec 2009 21:05:06 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B351341C75B; Mon, 14 Dec 2009 22:05:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 2sf-fU5cwaob; Mon, 14 Dec 2009 22:05:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 3F0FD41C75A; Mon, 14 Dec 2009 22:05:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id D5FC74448EC; Mon, 14 Dec 2009 21:01:41 +0000 (UTC) Date: Mon, 14 Dec 2009 21:01:41 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Baldwin In-Reply-To: <200912141119.36165.jhb@freebsd.org> Message-ID: <20091214210054.A86040@maildrop.int.zabbadoz.net> References: <20091025134226.Q91695@maildrop.int.zabbadoz.net> <20091026185459.U91695@maildrop.int.zabbadoz.net> <20091213195501.H86040@maildrop.int.zabbadoz.net> <200912141119.36165.jhb@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-arch@freebsd.org Subject: Re: src/Makefile, universe, LINT, VIMAGE, .. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 21:05:06 -0000 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.