]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add -B to python invocation to avoid generating pyc files
authorMartin Galvan <omgalvan.86@gmail.com>
Sat, 17 Dec 2016 19:03:43 +0000 (00:33 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 17 Dec 2016 19:03:43 +0000 (00:33 +0530)
commit2de9d74fde42227c3265ec96416e6c8b4db910fa
treec7b1d6fd7d10fe31cb57e762fa24213ae6419f8a
parent3fdf17926c09fd403dd499005650e148774f1018
Add -B to python invocation to avoid generating pyc files

Without -B, python invocations may result in generation of pyc files
for modules within the source tree, which does not work well when the
source tree is read-only.

2016-12-17  Martin Galvan  <martingalvan@sourceware.org>

* Rules (python-flags, python-invoke): New.
($(test-printers-out)): Use $(python-flags).
Rules