Date: Wed, 28 Jan 2009 15:17:37 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Nick Hibma <nick@van-laarhoven.org> Subject: Re: build in /sys/modules broken / other way of building 1 specific module Message-ID: <200901281517.37362.jhb@freebsd.org> In-Reply-To: <200901281029.41232.nick@van-laarhoven.org> References: <200901281029.41232.nick@van-laarhoven.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 28 January 2009 4:29:40 am Nick Hibma wrote: > Folks, > > I am not quite sure as to what its status is (and dfr politely explained > that I was being wereold-fashioned), but the build in /sys/modules is > broken at the moment. Doing > > cd /sys/modules > sudo make > > does not work due to missing opt_hwpmc_hooks.h files required by the build > of genassym. > > The patch below fixes this (creating empty opt_hwpmc_hooks.h files, any > objections?), but I > was wondering whether there is another way for building 1 specific module > instead of having to wait for 100+ modules to build after typing in > > cd /sys/i386/compile/HILDE/ > make -DNO_MODULES_OBJ modules I still build modules this way a lot. Go ahead and commit the patch. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901281517.37362.jhb>