Re: [hackers] Re: [stali][patch] Change dependency specifications in makefiles

2016-09-15 Thread Anselm R Garbe
On 15 September 2016 at 10:25, Anselm R Garbe wrote: > Hi Evan, > > thanks, looks good. I will apply them later today, Done. -Anselm

Re: [hackers] Re: [stali][patch] Change dependency specifications in makefiles

2016-09-15 Thread Anselm R Garbe
Hi Evan, thanks, looks good. I will apply them later today, -Anselm On 15 September 2016 at 01:30, Evan Gates wrote: > On Wed, Sep 7, 2016 at 4:29 PM, Evan Gates wrote: >> I've made a lot of changes to the makefiles to specify dependencies >> correctly and allow parallel builds with make -j. P

[hackers] Re: [stali][patch] Change dependency specifications in makefiles

2016-09-14 Thread Evan Gates
On Wed, Sep 7, 2016 at 4:29 PM, Evan Gates wrote: > I've made a lot of changes to the makefiles to specify dependencies > correctly and allow parallel builds with make -j. Please be on the > lookout for bugs and please bring up any objections/criticism. e2fsprogs/misc/stali.mk and e2fsprogs/util/

[hackers] Re: [stali][patch] Change dependency specifications in makefiles

2016-09-07 Thread Evan Gates
I forgot to add, one important side change is that after updating a library, all packages that depend on it will now automatically rebuild due to moving library dependencies out of LDFLAGS and into LIBS and specifying that the BIN depends on LIBS. On Sep 7, 2016 4:29 PM, "Evan Gates" wrote: > I'