diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-02-04 00:09:31 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-02-18 14:01:58 +0100 |
commit | 006c4dfede96091f5bed622c17946cbec067347f (patch) | |
tree | 02cef7933624146ab2a25b50fd952f5c28562f1c /t | |
parent | 903a80e0def90b88c1e4eead353af126a31a5422 (diff) | |
download | automake-006c4dfede96091f5bed622c17946cbec067347f.tar.gz |
python: Avoid exceeding command-line length limit
With Python implementations following PEP-3174, a large number of files
are installed in the ‘__pycache__’ directory. As a consequence
“t/instmany-python.sh” test was failing due to the
‘uninstall-pythonPYTHON’ target deleting installed files in a single
‘rm’ command. Doing that in multiple steps avoids exceeding the
command-line length limit. This fixes bug#30335.
* lib/am/python.am (uninstall-%DIR%PYTHON): For byte-compiled files
installed in '__pycache__' directory, uninstall them by batch of 40.
[?FIRST?] (am__pep3147_tweak): Adapt.
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions