Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 02:47:12 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287150 - head/gnu/usr.bin/binutils
Message-ID:  <201508260247.t7Q2lC1D000177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508260247.t7Q2lC1D000177>