On Tue, 01 Nov 2016, Markus Heiser <markus.hei...@darmarit.de> wrote:
> Am 01.11.2016 um 08:39 schrieb Jani Nikula <jani.nik...@intel.com>:
>
>> On Tue, 01 Nov 2016, Markus Heiser <markus.hei...@darmarit.de> wrote:
>>> Removes intermediate files:
>>> 
>>> - Documentation/DocBook/.*.xml.cmd
>>> - Documentation/.../*.pyc
>>> - Documentation/.../*.pyo
>>> - Documentation/.../__pycache__
>>> 
>>> To be more future-proof, this covers more than we need today. I guess
>>> there comes the day we assemble a python package structure under
>>> Documentation/sphinx.
>>> 
>>> References: 
>>> http://lkml.kernel.org/r/camuhmdvxqph7-9xj+ye_pgoa+-fe0969cskoehyh3uubycr...@mail.gmail.com
>>> Reported-by: Geert Uytterhoeven <ge...@linux-m68k.org>
>> 
>> Geert reports about writing files to the source tree to begin with, and
>> the fix is to stop doing that instead of cleaning up afterwards! The fix
>> for that is [1].
>> 
>> So please take out the parts touching the source tree. And ITYM:
>> 
>> References: 
>> http://lkml.kernel.org/r/CA+r1Zhjr5SCVAroREBv84t9bxDVu5jVJ_Fu=bbvdgnnabdq...@mail.gmail.com
>> Reported-by: Jim Davis <jim.ep...@gmail.com>
>
> Aargh .. you are right, I've messed it up.
>
> @jon, @geert: ignore this patch / sorry

We do want this part to address Jim's report though:

> +     $(patsubst %.xml, .%.xml.cmd, $(DOCBOOKS)) \

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to