You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.495
Former-commit-id: 7ac3d9a0512daf5dbdfccee163b153a77fda675c
This commit is contained in:
parent
702a3ab1af
commit
af08d800c3
@@ -861,7 +861,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.489/9ac5bf2\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.495/e4a3cf3\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -861,7 +861,7 @@ EXTRA_DIST = TestDriver.cs \
|
||||
Makefile.am.in
|
||||
|
||||
version.h: Makefile
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.489/9ac5bf2\"" > version.h
|
||||
echo "#define FULL_VERSION \"Stable 4.8.0.495/e4a3cf3\"" > version.h
|
||||
|
||||
# Utility target for patching libtool to speed up linking
|
||||
patch-libtool:
|
||||
|
||||
@@ -1 +1 @@
|
||||
d78d3160cb95346fa22eb7f257a9e51030af6b97
|
||||
1d2d50a79752da03d88b373dcfa4536e767c289d
|
||||
@@ -1 +1 @@
|
||||
8f2ef218cc4e9047676a88b73fef6c609e45b6fd
|
||||
1b752cd4d3afff4c3c4fa86f3c53cad92fa6ca37
|
||||
@@ -1 +1 @@
|
||||
#define FULL_VERSION "Stable 4.8.0.489/9ac5bf2"
|
||||
#define FULL_VERSION "Stable 4.8.0.495/e4a3cf3"
|
||||
|
||||
@@ -379,7 +379,8 @@ mono_threads_platform_set_priority (MonoThreadInfo *info, MonoThreadPriority pri
|
||||
param.sched_priority = 0;
|
||||
break;
|
||||
default:
|
||||
g_error ("%s: unknown policy %d", __func__, policy);
|
||||
g_warning ("%s: unknown policy %d", __func__, policy);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user