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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to