Re: [PHP-DEV] Required Make version

2019-04-25 Thread Peter Kokot
Hello, On Wed, 17 Apr 2019 at 01:08, Johannes Schlüter wrote: > > On Di, 2019-04-16 at 09:46 -0600, Levi Morrison wrote: > > > > I'd be happy to work help with the CMake port, as I know it a decent > > bit, but I don't have enough time to champion the whole thing. > > > > That has been done ages

Re: [PHP-DEV] Required Make version

2019-04-16 Thread Johannes Schlüter
On Di, 2019-04-16 at 09:46 -0600, Levi Morrison wrote: >  > I'd be happy to work help with the CMake port, as I know it a decent > bit, but I don't have enough time to champion the whole thing. > That has been done ages ago: http://svn.php.net/viewvc/php/cmake/ Back then it didn't have any

Re: [PHP-DEV] Required Make version

2019-04-16 Thread Levi Morrison
If we change anything about our build system, I think it ought to be switching to CMake instead. This supports multiple backends, including generating project files for IDEs, and is designed to be portable, instead of targeting only GNU systems. This means we can use a single build system instead

Re: [PHP-DEV] Required Make version

2019-04-16 Thread Bishop Bettini
On Sun, Apr 14, 2019 at 12:07 PM Peter Kokot wrote: > Hello, > > people familiar with the PHP *nix build system today can be probably > counted on the fingers of two hands, so I'm hoping to get some answer > also here. > > Does anyone maybe still have any insights on which Make version does >

[PHP-DEV] Required Make version

2019-04-14 Thread Peter Kokot
Hello, people familiar with the PHP *nix build system today can be probably counted on the fingers of two hands, so I'm hoping to get some answer also here. Does anyone maybe still have any insights on which Make version does PHP require or silently specify as a minimum? GNU make? POSIX make?