Re: pyc files in source dir with O=

2016-09-19 Thread Jani Nikula
On Sun, 18 Sep 2016, Markus Heiser wrote: > Am 07.09.2016 um 15:28 schrieb Jani Nikula : > >> On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >>> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >>>

Re: pyc files in source dir with O=

2016-09-19 Thread Jani Nikula
On Sun, 18 Sep 2016, Markus Heiser wrote: > Am 07.09.2016 um 15:28 schrieb Jani Nikula : > >> On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >>> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >>> in the source tree instead of in the build tree: >>> >>>$ git ls-files

Re: pyc files in source dir with O=

2016-09-18 Thread Markus Heiser
Am 07.09.2016 um 15:28 schrieb Jani Nikula : > On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >> in the source tree instead of in the build tree: >> >>$ git ls-files

Re: pyc files in source dir with O=

2016-09-18 Thread Markus Heiser
Am 07.09.2016 um 15:28 schrieb Jani Nikula : > On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >> in the source tree instead of in the build tree: >> >>$ git ls-files -o >>Documentation/sphinx/kernel-doc.pyc >>

Re: pyc files in source dir with O=

2016-09-07 Thread Jani Nikula
On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: > Hi Jani, > > On Wed, Sep 7, 2016 at 3:28 PM, Jani Nikula > wrote: >> On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >>> When running "make htmldocs O=/path/to/somewhere",

Re: pyc files in source dir with O=

2016-09-07 Thread Jani Nikula
On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: > Hi Jani, > > On Wed, Sep 7, 2016 at 3:28 PM, Jani Nikula > wrote: >> On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >>> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >>> in the source tree instead of in the build tree:

Re: pyc files in source dir with O=

2016-09-07 Thread Geert Uytterhoeven
Hi Jani, On Wed, Sep 7, 2016 at 3:28 PM, Jani Nikula wrote: > On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >> in the source tree instead of in the build tree: >> >>

Re: pyc files in source dir with O=

2016-09-07 Thread Geert Uytterhoeven
Hi Jani, On Wed, Sep 7, 2016 at 3:28 PM, Jani Nikula wrote: > On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: >> When running "make htmldocs O=/path/to/somewhere", *.pyc files end up >> in the source tree instead of in the build tree: >> >> $ git ls-files -o >>

Re: pyc files in source dir with O=

2016-09-07 Thread Jani Nikula
On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: > When running "make htmldocs O=/path/to/somewhere", *.pyc files end up > in the source tree instead of in the build tree: > > $ git ls-files -o > Documentation/sphinx/kernel-doc.pyc >

Re: pyc files in source dir with O=

2016-09-07 Thread Jani Nikula
On Wed, 07 Sep 2016, Geert Uytterhoeven wrote: > When running "make htmldocs O=/path/to/somewhere", *.pyc files end up > in the source tree instead of in the build tree: > > $ git ls-files -o > Documentation/sphinx/kernel-doc.pyc > Documentation/sphinx/kernel_include.pyc >