You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.148
Former-commit-id: c10acd76550d96beddcce140c4682c6744920039
This commit is contained in:
@@ -183,9 +183,11 @@ mono_mb_create_method (MonoMethodBuilder *mb, MonoMethodSignature *signature, in
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef DISABLE_JIT
|
||||
/* Free the locals list so mono_mb_free () doesn't free the types twice */
|
||||
g_list_free (mb->locals_list);
|
||||
mb->locals_list = NULL;
|
||||
#endif
|
||||
|
||||
method->signature = signature;
|
||||
if (!signature->hasthis)
|
||||
|
||||
@@ -801,7 +801,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.4.0.142/81f38a9\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.4.0.148/fcf7a6d\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -801,7 +801,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.4.0.142/81f38a9\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.4.0.148/fcf7a6d\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -1 +1 @@
|
||||
fe183791db460a9dd05074980db60cfb70ea20c4
|
||||
626933e5ad9d50d227ef41d3c68cad86d47c96b1
|
||||
@@ -1 +1 @@
|
||||
#define FULL_VERSION "Stable 4.4.0.142/81f38a9"
|
||||
#define FULL_VERSION "Stable 4.4.0.148/fcf7a6d"
|
||||
|
||||
Reference in New Issue
Block a user