Project

General

Profile

« Previous | Next » 

Revision 9f60fd9d

Added by nobu (Nobuyoshi Nakada) over 1 year ago

Ignore failures on removing ext sub directories

When multiple libraries exist in a subdirectory under ext, rmdir -p may fail, because other directories have not been removed yet or
the parent directory has been removed by other distclean. rmdir
in GNU coreutils has --ignore-fail-on-non-empty option for the
former case but others may not, and the latter race condition is not
avoidable anyway.