From e0c549679a3118158f81c294244fc89e469bb600 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 19 Jul 2017 15:03:58 -0400 Subject: [PATCH] [bcl] Fix the parallel build in the tools dir. (#5236) --- mcs/tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile index ca9d1dfd03b..ec1f2bd2d51 100644 --- a/mcs/tools/Makefile +++ b/mcs/tools/Makefile @@ -51,7 +51,9 @@ net_4_5_dirs := \ build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker net_4_5_SUBDIRS = gacutil +net_4_x_SUBDIRS = gacutil net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs) +net_4_x_PARALLEL_SUBDIRS = $(net_4_5_dirs) SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs) -- 2.25.1