[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <54245409.5000306@infradead.org>
Date: Thu, 25 Sep 2014 10:42:33 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Peter Foley <pefoley2@...oley.com>, linux-kernel@...r.kernel.org
CC: linux-doc@...r.kernel.org, sudeep.dutt@...el.com,
nikhil.rao@...el.com, ashutosh.dixit@...el.com,
akpm@...ux-foundation.org, gregkh@...uxfoundation.org
Subject: Re: [PATCH] Make Documenation depend on headers_install
On 09/24/14 19:30, Peter Foley wrote:
> Cc: rdunlap@...radead.org
> Cc: linux-doc@...r.kernel.org
> Cc: sudeep.dutt@...el.com
> Cc: nikhil.rao@...el.com
> Cc: ashutosh.dixit@...el.com
> Cc: akpm@...ux-foundation.org
> Cc: gregkh@...uxfoundation.org
> Signed-off-by: Peter Foley <pefoley2@...oley.com>
Applied. Thanks.
> ---
> Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index 16a4d48..b3cf4f9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1579,6 +1579,8 @@ endif
> $(cmd_crmodverdir)
> $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
> $(build)=$(build-dir)
> +# Make sure the latest headers are built for Documentation
> +Documentation/: headers_install
> %/: prepare scripts FORCE
> $(cmd_crmodverdir)
> $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
>
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists