bug-automake
[Top][All Lists]
Advanced

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

bug#53340: [PATCH] python: use xargs -n when uninstalling files


From: Karl Berry
Subject: bug#53340: [PATCH] python: use xargs -n when uninstalling files
Date: Mon, 21 Feb 2022 16:31:12 -0700

    -       $(am__cd) "$$dir" && $(am__rm_f) $$files; }; \
    +       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); 
}; \

Looks good to me, FWIW. -k





reply via email to

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