Ok, here we go again. The previous patch had some problems regarding
dependencies. So, I rebased it and tried all combinations of :
parallel: -j 1 / -j 32
targets: all, dist, distcheck, install, html, man pages (*.1, *.7), and
pretty much all compiled compiled objects (*.o, *.lo, *.la)
make: bmake,
re-adding the list in cc.
--
Guillaume Quintard
On Mon, Sep 21, 2015 at 1:54 PM, Guillaume Quintard <
guilla...@varnish-software.com> wrote:
> Sure, here you go. Please note I haven't integrated new changes since I
> first posted (was waiting for the 4.1 release)
>
> --
> Guillaume Quintard
>
>
In message
, Guillaume Quintard writes:
>Here's a big patch for the (autotools) build system. It has been one of my
>pet peeves, so I took some time during evenings to make it non-recursive.
>I'm not sure everybody will be okay with it, but my OCD compelled me to try
>:-)
I have not bee
Of course. I'll keep a github branch rebased on master to track
changes happening in the meantime.
--
Guillaume Quintard
On Thu, Sep 10, 2015 at 3:07 PM, Poul-Henning Kamp wrote:
>
> In message
>
> , Guillaume Quintard writes:
>
> Guillaume,
>
> I'm very happy you did this, and I need
In message
, Guillaume Quintard writes:
Guillaume,
I'm very happy you did this, and I need to make up my mind about
the Makefile.phk stuffs fate.
However, I want to concentrate on getting 4.1 out, so can you come
back with this again once we have shoved that out the door ?
--
Poul-He
On Tue, Sep 8, 2015 at 11:05 AM, Dridi Boukelmoune wrote:
>
> Hi Guillaume,
>
> On Tue, Sep 8, 2015 at 9:52 AM, Guillaume Quintard
> wrote:
> > One big change is that you don't use "make -C subdir", as there is only one
> > Makefile now, you have to run it from the top directory. The counterpart
Hi Guillaume,
On Tue, Sep 8, 2015 at 9:52 AM, Guillaume Quintard
wrote:
> Hi all,
>
> Here's a big patch for the (autotools) build system. It has been one of my
> pet peeves, so I took some time during evenings to make it non-recursive.
> I'm not sure everybody will be okay with it, but my OCD co