Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-12-20 16:19:15 +0300
committerGitHub <noreply@github.com>2018-12-20 16:19:15 +0300
commit729bd4e45d30fe617abb073bf3b6c0d1aa2de088 (patch)
tree46c5a13e9e8c6aade0db5dd73a8a833523a51f39 /mcs/Makefile
parentd6a9dc0a501a9dde43acc595fd821c2c8bed174d (diff)
Bootstraps netcore build (#12120)
This does not build but puts placeholders for syncing in place
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 8d48c00b827..67a05914f5c 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -28,6 +28,7 @@ orbis_SUBDIRS := build class
unreal_SUBDIRS := build class
wasm_SUBDIRS := build class
wasm_tools_SUBDIRS := build class tools
+netcore_SUBDIRS := build class
include build/rules.make
@@ -88,6 +89,7 @@ $(_boot_:%=profile-do--orbis--%): profile-do--orbis--%:
$(_boot_:%=profile-do--unreal--%): profile-do--unreal--%: profile-do--build--%
$(_boot_:%=profile-do--wasm--%): profile-do--wasm--%: profile-do--build--%
$(_boot_:%=profile-do--wasm_tools--%): profile-do--wasm_tools--%: profile-do--build--%
+$(_boot_:%=profile-do--netcore--%): profile-do--netcore--%: profile-do--build--%
compiler-test:
$(MAKE) -C tests test