[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Don't infloop upon "make dist".
From: |
Jim Meyering |
Subject: |
Re: [PATCH] Don't infloop upon "make dist". |
Date: |
Sun, 02 Mar 2008 22:06:04 +0100 |
Ralf Wildenhues <address@hidden> wrote:
...
> The patch is ok with this change: The _curr-ver computation needs to be
>
> _curr-ver := $(shell cd $(srcdir) && ./build-aux/git-version-gen \
> .tarball-version)
>
> because otherwise it won't work with a VPATH build.
Good catch.
However, a slight correction:
... otherwise it won't work with an *out-of-tree* VPATH build.
I did test, of course, just not with an out-of-tree build dir.
As is, it works fine for an in-tree VPATH build.
- [PATCH] Don't infloop upon "make dist"., Jim Meyering, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Ralf Wildenhues, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Jim Meyering, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Ralf Wildenhues, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist".,
Jim Meyering <=
- Re: [PATCH] Don't infloop upon "make dist"., Ralf Wildenhues, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Jim Meyering, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Eric Blake, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Ralf Wildenhues, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Eric Blake, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Ralf Wildenhues, 2008/03/02
- Re: [PATCH] Don't infloop upon "make dist"., Jim Meyering, 2008/03/02
Re: [PATCH] Don't infloop upon "make dist"., Eric Blake, 2008/03/02