public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Masahiro Yamada <yamada.m@jp.panasonic.com>,
	linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] kbuild: docbook: use $(obj) and $(src) rather than specific path
Date: Fri, 14 Mar 2014 18:04:43 +0100	[thread overview]
Message-ID: <532336AB.4070509@suse.cz> (raw)
In-Reply-To: <1390194659-15155-1-git-send-email-yamada.m@jp.panasonic.com>

On 2014-01-20 06:10, Masahiro Yamada wrote:
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>  Documentation/DocBook/Makefile | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
> index bc3d9f8..6ea50a3 100644
> --- a/Documentation/DocBook/Makefile
> +++ b/Documentation/DocBook/Makefile
> @@ -16,7 +16,7 @@ DOCBOOKS := z8530book.xml device-drivers.xml \
>  	    alsa-driver-api.xml writing-an-alsa-driver.xml \
>  	    tracepoint.xml drm.xml media_api.xml
>  
> -include $(srctree)/Documentation/DocBook/media/Makefile
> +include $(srctree)/$(src)/media/Makefile

You can drop the $(srctree) here, make will find the file in the VPATH.

Michal


  reply	other threads:[~2014-03-14 17:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20  5:10 [PATCH] kbuild: docbook: use $(obj) and $(src) rather than specific path Masahiro Yamada
2014-03-14 17:04 ` Michal Marek [this message]
2014-03-18  5:11   ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=532336AB.4070509@suse.cz \
    --to=mmarek@suse.cz \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=yamada.m@jp.panasonic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox