coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maint: avoid "make distcheck" failure due to excess .deps directorie


From: Jim Meyering
Subject: Re: maint: avoid "make distcheck" failure due to excess .deps directories
Date: Tue, 22 Nov 2016 08:20:19 -0800

On Tue, Nov 22, 2016 at 4:43 AM, Pádraig Brady <address@hidden> wrote:
> On 22/11/16 05:28, Jim Meyering wrote:
>> * Makefile.am (my-distcheck): Remove all .deps directories before
>> recursive diff search for left-behind files.  Otherwise, with
>> automake master (v1.15-165-g5fac9a3), "make distcheck" would fail
>> due to those directories being left behind after "make clean".
>
> `make clean` generally doesn't remove .dep dirs, while
> `make distclean` does. I verified `make distclean` removes
> all .dep dirs here. Is this a regression in automake?
> Did you mean "make distclean" above?
> If it's unexpected behavior it's probably worth mentioning
> that in a comment on the line.
> Anyway +1 to the workaround.

Right. I meant "make distclean". Amended in the attached.

Yes, it is a regression. Here's what's left after "make distclean"
when bootstrapped with latest automake:

$ find . -name .deps
./lib/.deps
./lib/glthread/.deps
./lib/unistr/.deps
./lib/uniwidth/.deps
./src/.deps
./gnulib-tests/.deps
./gnulib-tests/glthread/.deps
./gnulib-tests/unistr/.deps
./gnulib-tests/uniwidth/.deps

Attachment: cu-make-distcheck-vs-.deps-v2.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]