svn commit: r276678 - stable/10/lib/ncurses
Garrett Cooper
ngie at FreeBSD.org
Mon Jan 5 00:15:28 UTC 2015
Author: ngie
Date: Mon Jan 5 00:15:27 2015
New Revision: 276678
URL: https://svnweb.freebsd.org/changeset/base/276678
Log:
MFC r276320:
Parallelize building lib/ncurses
Differential Revision: https://reviews.freebsd.org/D1353
Modified:
stable/10/lib/ncurses/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/ncurses/Makefile
==============================================================================
--- stable/10/lib/ncurses/Makefile Mon Jan 5 00:12:47 2015 (r276677)
+++ stable/10/lib/ncurses/Makefile Mon Jan 5 00:15:27 2015 (r276678)
@@ -8,4 +8,11 @@ SUBDIR= ncurses form menu panel
SUBDIR+= ncursesw formw menuw panelw
.endif
+SUBDIR_PARALLEL=
+
+.for subdir in ${SUBDIR:Nncurses*:N*w}
+SUBDIR_DEPEND_${subdir}= ncurses
+SUBDIR_DEPEND_${subdir}w= ncursesw
+.endfor
+
.include <bsd.subdir.mk>
More information about the svn-src-stable
mailing list