[Pkg-mono-svn-commits] [mono] 01/01: Move call to sn.exe to *after* cil-stringreplacer.exe

Jo Shields directhex at moszumanska.debian.org
Sat Nov 12 20:56:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-patches/fix-missing-corlib-strongname
in repository mono.

commit 85aa8b5a06a020270ddd65932e2f147eac260ca9
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Jun 6 16:57:24 2016 +0100

    Move call to sn.exe to *after* cil-stringreplacer.exe
    
    This makes sure mscorlib.dll still has a valid signature (fixes nightly builds on Linux)
    
    (cherry picked from commit 439f0bea1f672cbb2e395e493d8d5b8a86aa6e6f)
---
 mcs/build/library.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mcs/build/library.make b/mcs/build/library.make
index c8379b2..f9b197c 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -277,10 +277,10 @@ $(the_lib): $(the_libdir)/.stamp
 
 $(build_lib): $(response) $(sn) $(BUILT_SOURCES) $(build_libdir:=/.stamp)
 	$(LIBRARY_COMPILE) $(LIBRARY_FLAGS) $(LIB_MCS_FLAGS) -target:library -out:$@ $(BUILT_SOURCES_cmdline) @$(response)
-	$(Q) $(SN) -R $@ $(LIBRARY_SNK)
 ifdef RESOURCE_STRINGS_FILES
 	$(Q) $(STRING_REPLACER) $(RESOURCE_STRINGS_FILES) $@
 endif
+	$(Q) $(SN) -R $@ $(LIBRARY_SNK)
 
 ifdef LIBRARY_USE_INTERMEDIATE_FILE
 $(the_lib): $(build_lib)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list