All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Wei Liu <wei.liu2@citrix.com>,
	xen-devel@lists.xen.org
Subject: Re: [PATCH v2] tools: add configure --with-dumpdir=DIR option
Date: Thu, 21 May 2015 16:27:55 +0200	[thread overview]
Message-ID: <20150521142755.GA32716@aepfle.de> (raw)
In-Reply-To: <1432217349.10746.33.camel@citrix.com>

On Thu, May 21, Ian Campbell wrote:

> On Mon, 2015-05-11 at 15:33 +0000, Olaf Hering wrote:
> [...]
> > +AC_ARG_WITH([xen-dumpdir],
> > +    AS_HELP_STRING([--with-xen-dumpdir=DIR],
> > +    [Path to directory for domU crash dumps. [/var/lib/xen/dump]]),
> 
> Should this say $localstatedir/lib/xen/dump as below?

This is the help output, the line below is a variable assignment.
I think its ok as it is. Perhaps /var can be replaced with LOCALSTATEDIR
to make it clearer.

configure --help suggests that --localestatedir is PREFIX/var, but we
force it to be /var. Too bad that can not be changed because it comes
from generic code, I think.

Olaf

> Other than that:
>         Acked-by: Ian Campbell <ian.campbell@citrix.com>
>         
> If you say so I can make that tweak as I apply.
> 
> > +    [xen_dumpdir_path=$withval],
> > +    [xen_dumpdir_path=$localstatedir/lib/xen/dump])
> > +
> >  if test "$libexecdir" = '${exec_prefix}/libexec' ; then
> >      case "$host_os" in
> >           *netbsd*) ;;
> 
> 

  reply	other threads:[~2015-05-21 14:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11 15:33 [PATCH v2] tools: add configure --with-dumpdir=DIR option Olaf Hering
2015-05-21 14:09 ` Ian Campbell
2015-05-21 14:27   ` Olaf Hering [this message]
2015-05-21 15:23     ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2015-05-06  7:08 Olaf Hering
2015-05-07  8:01 ` Wei Liu
2015-05-07  8:10   ` Olaf Hering
2015-05-07  8:14     ` Wei Liu
2015-05-07  9:22     ` Ian Campbell
2015-05-08  6:54       ` Olaf Hering
2015-05-08  9:37         ` Ian Campbell
2015-05-11 14:17           ` Olaf Hering

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=20150521142755.GA32716@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@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.