[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maint: avoid "make distcheck" failure due to excess .deps directorie
From: |
Pádraig Brady |
Subject: |
Re: maint: avoid "make distcheck" failure due to excess .deps directories |
Date: |
Tue, 22 Nov 2016 12:43:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
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.
thanks,
Pádraig