Re: [Xen-devel] [PATCH] build: propagate runstatedir

2017-09-20 Thread Wei Liu
On Wed, Sep 13, 2017 at 10:11:25AM +0100, Wei Liu wrote: > On Wed, Sep 13, 2017 at 11:07:15AM +0200, Juergen Gross wrote: > > On 13/09/17 10:52, Wei Liu wrote: > > > Debian Stretch's autoconf has a new variable called runstatedir. Add > > > that to Paths.mk.in. > > > > > > Signed-off-by: Wei Liu

Re: [Xen-devel] [PATCH] build: propagate runstatedir

2017-09-13 Thread Wei Liu
On Wed, Sep 13, 2017 at 11:07:15AM +0200, Juergen Gross wrote: > On 13/09/17 10:52, Wei Liu wrote: > > Debian Stretch's autoconf has a new variable called runstatedir. Add > > that to Paths.mk.in. > > > > Signed-off-by: Wei Liu > > You did think of > > https://lists.xen.org/archives/html/xen-de

Re: [Xen-devel] [PATCH] build: propagate runstatedir

2017-09-13 Thread Juergen Gross
On 13/09/17 10:52, Wei Liu wrote: > Debian Stretch's autoconf has a new variable called runstatedir. Add > that to Paths.mk.in. > > Signed-off-by: Wei Liu You did think of https://lists.xen.org/archives/html/xen-devel/2017-02/msg01883.html I suppose? Juergen > --- > config/Paths.mk.in | 1

[Xen-devel] [PATCH] build: propagate runstatedir

2017-09-13 Thread Wei Liu
Debian Stretch's autoconf has a new variable called runstatedir. Add that to Paths.mk.in. Signed-off-by: Wei Liu --- config/Paths.mk.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Paths.mk.in b/config/Paths.mk.in index a603295146..660b515121 100644 --- a/config/Paths.mk.in +++ b/c