> On Dec 1, 2015, at 17:50, Bryan Drewery <bdrew...@freebsd.org> wrote: > > Author: bdrewery > Date: Wed Dec 2 01:50:22 2015 > New Revision: 291635 > URL: https://svnweb.freebsd.org/changeset/base/291635 > > Log:
… > Makefile.inc1 includes a guard so that 'make all' will not use > SUBDIR_PARALLEL, > added in r289438. This is so users do not get a probably broken build if > they > run 'make all' from the top-level. Before the change in this commit, the > workaround for 'make everything' was 'par-all' which would depend on 'all' > and > cause a proper parallel recursion. Now that will not work so a new > _PARALLEL_SUBUDIR_OK is used to allow it. Silly question — was the spelling intentional (SUBUDIR, not SUBDIR)? Thanks! -NGie _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"