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

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



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