[PATCH] Fixing mrproper issue

Kalle Vahlman kalle.vahlman at movial.com
Fri Mar 9 19:33:40 UTC 2012


2012/3/9  <mathieu.poirier at linaro.org>:
> From: "Mathieu J. Poirier" <mathieu.poirier at linaro.org>
>
> make mrproper is broken due to missing Documentation/DocBook/media.

That's not accurate, Documentation/DocBook/media is present but as I
state in the bug:

> https://bugs.launchpad.net/igloocommunity/+bug/950883

when one runs "make mrproper" it gets destroyed for some reason. If
you fix it in the below manner, you'd still delete the version
controlled files by running mrproper.

 Kalle

> Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
> ---
>  Documentation/DocBook/Makefile |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
> index 6ae03fb..4774cdd 100644
> --- a/Documentation/DocBook/Makefile
> +++ b/Documentation/DocBook/Makefile
> @@ -22,7 +22,9 @@ DOCBOOKS := z8530book.xml mcabook.xml device-drivers.xml \
>            lsm303dlh.xml ske_keypad.xml ste_ff_vibra.xml ux500_usb.xml \
>            lps001wp_prs.xml
>
> -include $(srctree)/Documentation/DocBook/media/Makefile
> +ifneq ($($(srctree)/Documentation/DocBook/media/Makefile),)
> +  include $(srctree)/Documentation/DocBook/media/Makefile
> +endif

Did you check


-- 
Kalle Vahlman, Movial Creative Technologies Inc.
Porkkalankatu 20, FI-00180 Helsinki
Tel +358 9 8567 6400
Fax +358 9 8567 6401
www.movial.com


More information about the kernel mailing list