From owner-freebsd-arch@FreeBSD.ORG Mon Dec 14 16:47:02 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 4FE80106568B; Mon, 14 Dec 2009 16:47:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0FF8FC1E; Mon, 14 Dec 2009 16:47:02 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C467D46B32; Mon, 14 Dec 2009 11:47:01 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 25DE38A024; Mon, 14 Dec 2009 11:47:01 -0500 (EST) From: John Baldwin To: "Bjoern A. Zeeb" Date: Mon, 14 Dec 2009 11:19:36 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <20091025134226.Q91695@maildrop.int.zabbadoz.net> <20091026185459.U91695@maildrop.int.zabbadoz.net> <20091213195501.H86040@maildrop.int.zabbadoz.net> In-Reply-To: <20091213195501.H86040@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912141119.36165.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 14 Dec 2009 11:47:01 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx 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 16:47:02 -0000 On Sunday 13 December 2009 2:55:58 pm Bjoern A. Zeeb wrote: > >> Also, I would probably prefer to have > >> universe_kernels come after universe_$target and before universe_epilogue. > > > > I think that should be possible to sneak it in after the the .endfor. > > I fixed those; I needed to allow the target for the outer .if make() > though with that. I think you can drop the 'KERNCONFS:= ${KERNCONFS}' line now. > >>> 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. :) -- John Baldwin