All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Egger <chegger@amazon.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH] docs: make 'gmake dist-docs' work
Date: Fri, 10 May 2013 16:00:27 +0200	[thread overview]
Message-ID: <518CFD7B.7060903@amazon.de> (raw)
In-Reply-To: <518CE2AD.60007@amazon.de>

On 10.05.13 14:06, Christoph Egger wrote:
> On 24.04.13 15:02, Ian Campbell wrote:
>> On Wed, 2013-04-24 at 13:54 +0100, Christoph Egger wrote:
>>> On 24.04.13 13:48, Ian Campbell wrote:
>>>> On Mon, 2013-04-22 at 12:55 +0100, Egger Christoph wrote:
>>>>> doc: Makefile fixes
>>>>>     
>>>>> - use correct pathes (make gmake dist-docs from toplevel directory work)
>>>>> - use tools as found by configure (perl)
>>>>
>>>> Did you test this?
>>>
>>> Yes.
>>
>> Against unstable?
> 
> yes.
> 
>>
>>> [...]
>>>
>>>> $(PERL) is defined in config/Tools.mk but docs/Makefile by design only
>>>> includes config/Docs.mk. I think you need to check for perl in
>>>> docs/configure.ac as well and propagate the result into config/Docs.mk
>>>>         AC_ARG_VAR([PERL], [Path to Perl parser])
>>>>         AX_PATH_PROG_OR_FAIL([PERL], [perl])
>>>
>>> docs/Makefile also includes Config.mk which in turn includes
>>> config/Tools.mk.
>>
>> Not here it doesn't:
>>         $ git show --oneline
>>         0a97f68 install qemu into the location specified via configure --prefix.
>>         ...
>>         $ grep Tools.mk Config.mk 
>>         $
>>         $ grep include Config.mk 
>>         -include $(XEN_ROOT)/.config
>>         include $(XEN_ROOT)/config/$(XEN_OS).mk
>>         include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk
>>         EXTRA_INCLUDES += $(EXTRA_PREFIX)/include
>>         $
>>         $ rgrep -l Tools.mk *
>>         tools/config.status
>>         tools/Makefile
>>         tools/Rules.mk
>>         tools/configure.ac
>>         tools/config.log
>>         tools/configure
>>
>> Perhaps you have some other local patches?
> 
> Yes. Just submitted with subject
> '[Xen-devel] [PATCH] Make sure to use tools as found by configure'.

I send a new version.

Christoph

      reply	other threads:[~2013-05-10 14:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22 11:55 [PATCH] docs: make 'gmake dist-docs' work Egger Christoph
2013-04-24 11:48 ` Ian Campbell
2013-04-24 12:54   ` Christoph Egger
2013-04-24 13:02     ` Ian Campbell
2013-05-10 12:06       ` Christoph Egger
2013-05-10 14:00         ` Christoph Egger [this message]

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=518CFD7B.7060903@amazon.de \
    --to=chegger@amazon.de \
    --cc=Ian.Campbell@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.