svn commit: r324319 - head/sys/conf

Warner Losh imp at bsdimp.com
Thu Oct 5 16:57:38 UTC 2017


On Oct 5, 2017 9:44 AM, "Hans Petter Selasky" <hps at selasky.org> wrote:

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


No. I don't think this would be good value.

Warner


More information about the svn-src-all mailing list