Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 18:41:35 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r324319 - head/sys/conf
Message-ID:  <b71241bc-01db-24bf-ee7c-0904b0b44eaa@selasky.org>
In-Reply-To: <201710051640.v95GeoFP048405@repo.freebsd.org>
References:  <201710051640.v95GeoFP048405@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/05/17 18:40, Warner Losh wrote:
> Author: imp
> Date: Thu Oct  5 16:40:50 2017
> New Revision: 324319
> URL: https://svnweb.freebsd.org/changeset/base/324319
> 
> Log:
>    Document KERNBUILDDIR.
>    
>    Sponsored by: Netflix
> 
> Modified:
>    head/sys/conf/kmod.mk
> 
> Modified: head/sys/conf/kmod.mk
> ==============================================================================
> --- head/sys/conf/kmod.mk	Thu Oct  5 14:43:30 2017	(r324318)
> +++ head/sys/conf/kmod.mk	Thu Oct  5 16:40:50 2017	(r324319)
> @@ -44,6 +44,10 @@
>   #
>   # DESTDIR	The tree where the module gets installed. [not set]
>   #
> +# KERNBUILDDIR
> +#		Set to the location of the kernel build directory where
> +#		the opt_*.h files, .o's and kernel winds up.
> +#
>   # +++ targets +++
>   #
>   # 	install:
> 
> 

An idea:

Should all this information be printed to stdout when typing:

make help

???

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b71241bc-01db-24bf-ee7c-0904b0b44eaa>