svn commit: r287150 - head/gnu/usr.bin/binutils

Warner Losh imp at FreeBSD.org
Wed Aug 26 02:47:12 UTC 2015


Author: imp
Date: Wed Aug 26 02:47:11 2015
New Revision: 287150
URL: https://svnweb.freebsd.org/changeset/base/287150

Log:
  Drop a .WAIT into the list. Items later in the list than this depend
  on items earlier. Enable parallel builds.

Modified:
  head/gnu/usr.bin/binutils/Makefile

Modified: head/gnu/usr.bin/binutils/Makefile
==============================================================================
--- head/gnu/usr.bin/binutils/Makefile	Wed Aug 26 01:41:55 2015	(r287149)
+++ head/gnu/usr.bin/binutils/Makefile	Wed Aug 26 02:47:11 2015	(r287150)
@@ -7,6 +7,7 @@ SUBDIR=	doc\
 	libbfd \
 	libopcodes \
 	libbinutils \
+	.WAIT \
 	as \
 	ld \
 	${_objcopy} \
@@ -16,4 +17,9 @@ SUBDIR=	doc\
 _objcopy=	objcopy
 .endif
 
+
+.if !make(install)
+SUBDIR_PARALLEL=
+.endif
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list