From: Zoltan Varga Date: Wed, 19 Jul 2017 19:03:58 +0000 (-0400) Subject: [bcl] Fix the parallel build in the tools dir. (#5236) X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e0c549679a3118158f81c294244fc89e469bb600;p=mono.git [bcl] Fix the parallel build in the tools dir. (#5236) --- 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)