Re: rework xenocara make includes step

2016-10-10 Thread Matthieu Herrb
On Sun, Oct 09, 2016 at 09:21:48PM +0200, Martin Natano wrote: > On Sun, Oct 09, 2016 at 02:32:12PM +0200, Matthieu Herrb wrote: > > Hi, > > > > while looking at what is needed to switch the xenocara build system to > > the same kind of scheme as base (no more SUDO, start as root and drop > > priv

Re: rework xenocara make includes step

2016-10-09 Thread Martin Natano
On Sun, Oct 09, 2016 at 02:32:12PM +0200, Matthieu Herrb wrote: > Hi, > > while looking at what is needed to switch the xenocara build system to > the same kind of scheme as base (no more SUDO, start as root and drop > privs to $BUILDUSER), I figured out that the global 'includes' step > done at t

rework xenocara make includes step

2016-10-09 Thread Matthieu Herrb
Hi, while looking at what is needed to switch the xenocara build system to the same kind of scheme as base (no more SUDO, start as root and drop privs to $BUILDUSER), I figured out that the global 'includes' step done at the begin of 'make build' is causing more trouble than it's solving... So as