Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ruben Van Boxem
2013/6/2 John E. / TDM 

> On 6/2/2013 6:08 AM, Ruben Van Boxem wrote:
> > I also could not find any GNU make related build or patch stuff in the
> > TDM source packages, although mingw32-make is part of the binary package.
>
> For the TDM toolchain, the installer just pulls in the MinGW project's
> latest mingw32-make binary package.
>

OK, thanks. I started to think this was it :)

To everyone else, thanks for the answers. I think I can figure it out now
and get everything set up.

Ruben


>
> -John E. / TDM
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Earnie Boyd
On Sun, Jun 2, 2013 at 11:22 AM, John E. / TDM wrote:
> On 6/2/2013 6:08 AM, Ruben Van Boxem wrote:
>> I also could not find any GNU make related build or patch stuff in the
>> TDM source packages, although mingw32-make is part of the binary package.
>
> For the TDM toolchain, the installer just pulls in the MinGW project's
> latest mingw32-make binary package.

And for issues with the Windows versions of gnu make you should
probably use the make-...@gnu.org list.  That includes the configure
script.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread John E. / TDM
On 6/2/2013 6:08 AM, Ruben Van Boxem wrote:
> I also could not find any GNU make related build or patch stuff in the 
> TDM source packages, although mingw32-make is part of the binary package.

For the TDM toolchain, the installer just pulls in the MinGW project's 
latest mingw32-make binary package.

-John E. / TDM

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ray Donnelly
See I told you he'd know better!
On 2 Jun 2013 16:03, "Алексей Павлов"  wrote:

>
>
>
> 2013/6/2 Ruben Van Boxem 
>
>> Hi everyone,
>>
>> Hi, Ruben!
>
>
>> I'm cleaning up my build scripts and including automated application of
>> patches etc.
>>
>> I previously had an old cvs checkout of GNU make with some patches that
>> seemed necessary to apply to have it work for everything. I'd like to
>> rebase this to vanilla 3.82 with only the necessary changes.
>>
>> Would anyone have the patches laying around? I checked mingw-builds, and
>> found these:
>> https://github.com/niXman/mingw-builds/tree/master/patches/make
>>
>>
>
>> But I seem to have a couple more:
>> https://github.com/rubenvb/MinGW-w64-build-scripts/tree/master/patches
>>
>> Although I am not sure which were applied (which is one of the reasons I
>> am cleaning this mess up).
>>
>> I also could not find any GNU make related build or patch stuff in the
>> TDM source packages, although mingw32-make is part of the binary package.
>>
>> Thanks for any help!
>>
>> Ruben
>>
>
> Some times ago GNU Make developers switch to git repository:
> http://git.savannah.gnu.org/cgit/make.git.
> For now MAKE cannot be build with configure script for MinGW because
> developers do many changes in last two months and fix configure scripts.
> Only batch file ca be used now for properly build MAKE with MinGW toolchain
> now.
> Our (mingw-builds project) last builds of GCC-4.8.1 contain latest MAKE
> from git. We apply on top of sources only two patches:
>   -   make-linebuf-mingw.patch
>   -   make-getopt.patch
>
> Regards,
> Alexey.
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Алексей Павлов
2013/6/2 Ruben Van Boxem 

> Hi everyone,
>
> Hi, Ruben!


> I'm cleaning up my build scripts and including automated application of
> patches etc.
>
> I previously had an old cvs checkout of GNU make with some patches that
> seemed necessary to apply to have it work for everything. I'd like to
> rebase this to vanilla 3.82 with only the necessary changes.
>
> Would anyone have the patches laying around? I checked mingw-builds, and
> found these:
> https://github.com/niXman/mingw-builds/tree/master/patches/make
>
>

> But I seem to have a couple more:
> https://github.com/rubenvb/MinGW-w64-build-scripts/tree/master/patches
>
> Although I am not sure which were applied (which is one of the reasons I
> am cleaning this mess up).
>
> I also could not find any GNU make related build or patch stuff in the TDM
> source packages, although mingw32-make is part of the binary package.
>
> Thanks for any help!
>
> Ruben
>

Some times ago GNU Make developers switch to git repository:
http://git.savannah.gnu.org/cgit/make.git.
For now MAKE cannot be build with configure script for MinGW because
developers do many changes in last two months and fix configure scripts.
Only batch file ca be used now for properly build MAKE with MinGW toolchain
now.
Our (mingw-builds project) last builds of GCC-4.8.1 contain latest MAKE
from git. We apply on top of sources only two patches:
  -   make-linebuf-mingw.patch
  -   make-getopt.patch

Regards,
Alexey.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ray Donnelly
Hi Ruben.

For mingw builds the develop branches are best to track. AFAIK, all patches
needed for make have been merged upstream. But Alexey will know better...
On 2 Jun 2013 13:09, "Ruben Van Boxem"  wrote:

> Hi everyone,
>
> I'm cleaning up my build scripts and including automated application of
> patches etc.
>
> I previously had an old cvs checkout of GNU make with some patches that
> seemed necessary to apply to have it work for everything. I'd like to
> rebase this to vanilla 3.82 with only the necessary changes.
>
> Would anyone have the patches laying around? I checked mingw-builds, and
> found these:
> https://github.com/niXman/mingw-builds/tree/master/patches/make
>
> But I seem to have a couple more:
> https://github.com/rubenvb/MinGW-w64-build-scripts/tree/master/patches
>
> Although I am not sure which were applied (which is one of the reasons I
> am cleaning this mess up).
>
> I also could not find any GNU make related build or patch stuff in the TDM
> source packages, although mingw32-make is part of the binary package.
>
> Thanks for any help!
>
> Ruben
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ruben Van Boxem
Hi everyone,

I'm cleaning up my build scripts and including automated application of
patches etc.

I previously had an old cvs checkout of GNU make with some patches that
seemed necessary to apply to have it work for everything. I'd like to
rebase this to vanilla 3.82 with only the necessary changes.

Would anyone have the patches laying around? I checked mingw-builds, and
found these:
https://github.com/niXman/mingw-builds/tree/master/patches/make

But I seem to have a couple more:
https://github.com/rubenvb/MinGW-w64-build-scripts/tree/master/patches

Although I am not sure which were applied (which is one of the reasons I am
cleaning this mess up).

I also could not find any GNU make related build or patch stuff in the TDM
source packages, although mingw32-make is part of the binary package.

Thanks for any help!

Ruben
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public