Re: [Nbd] [PATCH] build: Ignore copied file during in-tree build
- To: Eric Blake <eblake@...696...>
- Cc: nbd-general@lists.sourceforge.net
- Subject: Re: [Nbd] [PATCH] build: Ignore copied file during in-tree build
- From: Wouter Verhelst <w@...112...>
- Date: Thu, 20 Oct 2016 22:49:50 +0200
- Message-id: <20161020204950.hdaa4w5c4pzy6fcp@...3...>
- In-reply-to: <1476990352-27838-1-git-send-email-eblake@...696...>
- References: <1476990352-27838-1-git-send-email-eblake@...696...>
Thanks, applied.
On Thu, Oct 20, 2016 at 02:05:52PM -0500, Eric Blake wrote:
> Commit b885246 creates a symlink to work around an automake weakness,
> but forgot to ignore the link when doing an in-tree build.
>
> Signed-off-by: Eric Blake <eblake@...696...>
> ---
>
> Hmm. I guess I was so busy testing VPATH builds that I forgot to
> do one final test of an in-tree build :)
>
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index b005b11..0f22910 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -49,3 +49,4 @@ ltmain.sh
> .libs/
> *.la
> ar-lib
> +tests/run/cliserv.c
> --
> 2.7.4
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Nbd-general mailing list
> Nbd-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nbd-general
>
--
< ron> I mean, the main *practical* problem with C++, is there's like a dozen
people in the world who think they really understand all of its rules,
and pretty much all of them are just lying to themselves too.
-- #debian-devel, OFTC, 2016-02-12
Reply to: