Imported Upstream version 4.4.1.0

Former-commit-id: 83cefab0c44461cb78f9e4aa51ca6235525b0df6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-06-22 10:54:06 +00:00
parent 180e8b1935
commit 589d484eee
28 changed files with 48 additions and 50 deletions

View File

@@ -1 +1 @@
6f8827dfb84f99f9c320aaf3b0ab5c9ac82e720e
3a7706caa6d103a9a9472a381d23c61967aca79d

View File

@@ -801,16 +801,7 @@ EXTRA_DIST = TestDriver.cs \
Makefile.am.in
version.h: Makefile
if test -d $(top_srcdir)/.git; then \
(cd $(top_srcdir); \
LANG=C; export LANG; \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$$branch/$$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
echo "#define FULL_VERSION \"Nightly 4.4.1.0/4747417\"" > version.h
# Utility target for patching libtool to speed up linking
patch-libtool:

View File

@@ -801,16 +801,7 @@ EXTRA_DIST = TestDriver.cs \
Makefile.am.in
version.h: Makefile
if test -d $(top_srcdir)/.git; then \
(cd $(top_srcdir); \
LANG=C; export LANG; \
branch=`git branch | grep '^\*' | sed 's/(detached from .*/explicit/' | cut -d ' ' -f 2`; \
version=`git log --no-color --first-parent -n1 --pretty=format:%h`; \
echo "#define FULL_VERSION \"$$branch/$$version\""; \
); \
else \
echo "#define FULL_VERSION \"tarball\""; \
fi > version.h
echo "#define FULL_VERSION \"Nightly 4.4.1.0/4747417\"" > version.h
# Utility target for patching libtool to speed up linking
patch-libtool:

View File

@@ -1 +1 @@
6c03785fef833c714738425b7c5b79097181b4c1
238ef5049dc84e06db3a057176abddb461e871a7

View File

@@ -52,7 +52,7 @@ probe_embedded (const char *program, int *ref_argc, char **ref_argv [])
int fd = open (program, O_RDONLY);
if (fd == -1)
return FALSE;
if ((sigstart = lseek (fd, -(16+sizeof(uint64_t)), SEEK_END)) == -1)
if ((sigstart = lseek (fd, -24, SEEK_END)) == -1)
goto doclose;
if (read (fd, sigbuffer, sizeof (sigbuffer)) == -1)
goto doclose;

View File

@@ -1 +1 @@
#define FULL_VERSION "explicit/5995f74"
#define FULL_VERSION "Nightly 4.4.1.0/4747417"