mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] which Ubuntu version for MXE master branch?


From: Hamza Alloush
Subject: Re: [Mingw-cross-env-list] which Ubuntu version for MXE master branch?
Date: Sun, 3 May 2015 19:57:00 +0000


----------------------------------------
> Date: Sun, 3 May 2015 21:41:12 +0200
> From: address@hidden
> To: address@hidden
> CC: address@hidden
> Subject: Re: [Mingw-cross-env-list] which Ubuntu version for MXE master 
> branch?
>
> Dear Hamza,
>
> I don't think we need to patch something. As I suspected, a simple
> Make argument is all we need to prevent gdb from rebuilding the docs:
>
> - $(MAKE) -C '$(1)' -j 1 install
> + $(MAKE) -C '$(1)' -j 1 install MAKEINFO=true
>
> That replaces the MAKEINFO tool with the dummy program "true" that
> does nothing and returns a success value. I just commited this:
>
> https://github.com/mxe/mxe/commit/5c6a7e90a59f402cdc31bba5e49a61a801ba48e3
>
> Please check if that works for you.
>
>
> Regards,
> Volker
>
> --
> Volker Grabsch
> ---<<(())>>---

Hello Volker,

Yes it builds perfectley now with new commit, i did try to use 
MAKEINFO=true/false/missing as configure arg, but never thought about passing 
it as MAKE args...

Thanks!
Hamza
                                          


reply via email to

[Prev in Thread] Current Thread [Next in Thread]