From 144811cc6115d4fece05799d77e4434a4f6a76be Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 26 Aug 2015 02:47:11 +0000 Subject: [PATCH] Drop a .WAIT into the list. Items later in the list than this depend on items earlier. Enable parallel builds. --- gnu/usr.bin/binutils/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index cf5086ada5bd..1b83ffcd809b 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -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