Skip to content

Commit

Permalink
Use version file masks
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=145515
  • Loading branch information
marek-safar committed Nov 5, 2009
1 parent e088b44 commit 0442cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcs/errors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ run-test-local: clean-local

ifeq (net_4_0, $(PROFILE))
COMPILER_NAME = dmcs
TEST_PATTERN = '*cs*.cs'
TEST_PATTERN = 'v4'
endif
ifeq (net_2_1, $(PROFILE))
COMPILER_NAME = smcs
TEST_PATTERN = '*cs*.cs'
TEST_PATTERN = 'v2'
LOCAL_RUNTIME_FLAGS = --security=temporary-smcs-hack
endif
ifeq (net_2_0, $(PROFILE))
COMPILER_NAME = gmcs
TEST_PATTERN = '*cs*.cs'
TEST_PATTERN = 'v2'
endif

COMPILER = $(topdir)/class/lib/$(PROFILE)/$(COMPILER_NAME).exe
Expand Down

0 comments on commit 0442cee

Please sign in to comment.