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) cheers. -- Nathan