[build] Remove PLATFORM_MAKE_CORLIB_CMP
[mono-project.git] / mcs / build / platforms / unix.make
blob9f146685771dc9697476e184421bad69342513ce
1 # -*- makefile -*-
3 # Platform-specific makefile rules. This one's for any unix (FreeBSD, OpenBSD, etc.)
6 PLATFORM_MCS_FLAGS =
7 PLATFORM_RUNTIME = $(RUNTIME)
8 PLATFORM_CORLIB = mscorlib.dll
9 PLATFORM_TEST_HARNESS_EXCLUDES =
11 EXTERNAL_MCS = mcs
12 EXTERNAL_MBAS = mbas
13 EXTERNAL_RUNTIME = mono
14 #ILDISASM = monodis
15 ILDISASM = false
17 PLATFORM_PATH_SEPARATOR = :
19 # This is for changing / to \ on windows
20 PLATFORM_CHANGE_SEPARATOR_CMD = cat
22 hidden_prefix = .
23 hidden_suffix =
25 platform-check:
27 # I tried this but apparently Make's version strings aren't that
28 # ... consistent between releases. Whatever.
30 # @if ! $(MAKE) --version |grep '^GNU Make version 3' 1>/dev/null 2>&1 ; then \
31 # echo "*** You need to build MCS with GNU make. Try \`gmake'" ; \
32 # exit 1 ; \
33 # fi