On Fri, Mar 15, 2019 at 11:18:32AM +1100, Nathan Scott wrote: > On Fri, Mar 15, 2019 at 8:04 AM Darrick J. Wong <darrick.wong@xxxxxxxxxx> wrote: > > > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > > > Use parallel make to speed up dpkg builds. > > Seems a little more involved than I woulda expected, but LGTM. > > Reviewed-by: Nathan Scott <nathans@xxxxxxxxxx> > > > for dir in include libxfs; do \ > > - $(MAKE) -C $$dir NODEP=1 install-headers; \ > > + $(MAKE) $(PMAKEFLAGS) -C $$dir NODEP=1 install-headers; \ > > done; \ > > OOC, does the $(MAKE) -C above warrant the same treatment as the earlier patch? > (i.e. removing the -C there for less verbosity) Hmm, that seems like it could be the case. I'll have a look tomorrow. --D > cheers. > > -- > Nathan