]> git.ipfire.org Git - thirdparty/automake.git/commit
maint: avoid a racy distcheck failure
authorJim Meyering <meyering@meta.com>
Wed, 27 Dec 2023 14:52:50 +0000 (06:52 -0800)
committerJim Meyering <meyering@meta.com>
Wed, 27 Dec 2023 14:52:50 +0000 (06:52 -0800)
commitc8fcdede16b034260d779ff3f064b84d55064000
tree746ef939c2275679c7358041d022ce6391e62b3d
parent5eb995c33fd488186b30ce1733a84ba414be985a
maint: avoid a racy distcheck failure

* lib/am/distdir.am (am__remove_distdir): Use ";" not "&&" after
the chmod-running find, so that a failing find doesn't cause the
entire rule to fail.  This could happen when a directory like
doc/automake.t2d being processed by find is concurrently deleted
by another rule.
lib/am/distdir.am