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-02-23 06:47:58 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-02-23 06:47:58 +0300
commit5eb4191943820630802916e9d80a41be88315331 (patch)
tree7d3e6666511d4a3a8d8cbcbb0c3f91d927a95ec6 /mcs/class/Mono.Security
parent218ffb9883548042ccdaa70099e34ab638ff3db9 (diff)
[build] Remove multi stage build from Mono.Security (#7171)
Diffstat (limited to 'mcs/class/Mono.Security')
-rw-r--r--mcs/class/Mono.Security/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index bed9511ec92..bac61387c53 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = Mono.Security.dll
LOCAL_MCS_FLAGS =
-LIB_REFS = bare/System
+API_BIN_REFS = System
KEYFILE = ../mono.pub
LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
@@ -25,16 +25,4 @@ endif
include ../../build/library.make
-$(build_lib): $(the_libdir_base)bare/System.dll
-
-$(the_libdir_base)bare/System.dll:
- (cd ../System; $(MAKE) $@)
-
-.NOTPARALLEL: $(the_libdir_base)bare/System.dll
-
EXTRA_DISTFILES = Mono.Security.Interface/README.md
-
-#
-# Update this comment to trigger a build in System
-# +3
-#