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:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 04:36:03 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-15 04:36:03 +0400
commitaeab08a478358f9d089c9d9772e909b98e3450ca (patch)
tree8d3d0a1aa5fbf9ca64b455a35dce8608530f6cec /mcs/class/System.Reactive.Runtime.Remoting
parent762da3308781cdce3aac8b496a0ce0d9cdb4f88b (diff)
fix install-local and simplify signing in rx assemblies.
Diffstat (limited to 'mcs/class/System.Reactive.Runtime.Remoting')
-rw-r--r--mcs/class/System.Reactive.Runtime.Remoting/Assembly/MonoAssemblyInfo.cs5
-rw-r--r--mcs/class/System.Reactive.Runtime.Remoting/Makefile2
-rw-r--r--mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.dll.sources1
-rw-r--r--mcs/class/System.Reactive.Runtime.Remoting/more_build_args2
4 files changed, 3 insertions, 7 deletions
diff --git a/mcs/class/System.Reactive.Runtime.Remoting/Assembly/MonoAssemblyInfo.cs b/mcs/class/System.Reactive.Runtime.Remoting/Assembly/MonoAssemblyInfo.cs
deleted file mode 100644
index 8b39d5b9eb0..00000000000
--- a/mcs/class/System.Reactive.Runtime.Remoting/Assembly/MonoAssemblyInfo.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-
-using System.Reflection;
-[assembly: AssemblyDelaySign (true)]
-[assembly:AssemblyKeyFile ("../reactive.pub")]
-
diff --git a/mcs/class/System.Reactive.Runtime.Remoting/Makefile b/mcs/class/System.Reactive.Runtime.Remoting/Makefile
index c7dd32368db..1758662a5df 100644
--- a/mcs/class/System.Reactive.Runtime.Remoting/Makefile
+++ b/mcs/class/System.Reactive.Runtime.Remoting/Makefile
@@ -28,9 +28,9 @@ VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Runtime.Remoting.dll
NO_INSTALL = yes
+NO_SIGN_ASSEMBLY = yes
endif
-NO_SIGN_ASSEMBLY = yes
NO_TEST = yes
include ../../build/library.make
diff --git a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.dll.sources b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.dll.sources
index 70b581cd2e0..ee06dc6b336 100644
--- a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.dll.sources
+++ b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting.dll.sources
@@ -1,4 +1,3 @@
-Assembly/MonoAssemblyInfo.cs
../../../external/rx/Rx.NET/System.Reactive.Runtime.Remoting/GlobalSuppressions.cs
../../../external/rx/Rx.NET/System.Reactive.Runtime.Remoting/Properties/AssemblyInfo.cs
../../../external/rx/Rx.NET/System.Reactive.Runtime.Remoting/Reactive/Linq/Observable.Remoting.cs
diff --git a/mcs/class/System.Reactive.Runtime.Remoting/more_build_args b/mcs/class/System.Reactive.Runtime.Remoting/more_build_args
index 6a4024bc0bf..a53ee7b7f9c 100644
--- a/mcs/class/System.Reactive.Runtime.Remoting/more_build_args
+++ b/mcs/class/System.Reactive.Runtime.Remoting/more_build_args
@@ -1 +1,3 @@
-d:SIGNED
+-delaysign
+-keyfile:../reactive.pub