You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -14,12 +14,14 @@ with_mono_path = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARA
|
||||
ilasm = $(topdir)/class/lib/$(PROFILE)/ilasm.exe
|
||||
ILASM = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(ilasm)
|
||||
|
||||
-include $(mcs_topdir)/build/config.make
|
||||
|
||||
USE_MCS_FLAGS :=
|
||||
|
||||
# mention all targets
|
||||
all-local $(STD_TARGETS:=-local):
|
||||
|
||||
VALID_PROFILE := $(filter net_4_5, $(PROFILE))
|
||||
VALID_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
|
||||
ifdef VALID_PROFILE
|
||||
# casts
|
||||
bootstrap-cast.exe: gen-cast-test.cs
|
||||
@@ -46,7 +48,7 @@ test-casts: boot-casts.out mcs-casts.out
|
||||
|
||||
TEST_PATTERN = 'v2'
|
||||
|
||||
ifeq (net_4_5, $(PROFILE))
|
||||
ifeq (net_4_x, $(PROFILE))
|
||||
TEST_PATTERN = 'v4'
|
||||
DEFINES = -compiler-options:"-d:NET_4_0;NET_4_5"
|
||||
endif
|
||||
|
Reference in New Issue
Block a user