From: Philippe Waroquiers Date: Tue, 11 Sep 2012 19:53:01 +0000 (+0000) Subject: Fix 306310 3.8.0 release tarball missing some files X-Git-Tag: svn/VALGRIND_3_9_0~694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4c0e4bd6ca76e4ae56718d17e201fa7cc95206;p=thirdparty%2Fvalgrind.git Fix 306310 3.8.0 release tarball missing some files git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12964 --- diff --git a/Makefile.am b/Makefile.am index 48ea4fc097..4d1f682b7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,6 +100,7 @@ EXTRA_DIST = \ README_MISSING_SYSCALL_OR_IOCTL \ README.s390 \ README.android \ + README.android_emulator \ README.mips \ NEWS.old \ valgrind.pc.in \ diff --git a/NEWS b/NEWS index 1718d14ddb..831a0604cb 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,7 @@ m = merged into 3_8_BRANCH EAGAIN or sem_timedwait returns ETIMEDOUT 305926 m [381] Invalid alignment checks for some AVX instructions 306054 [390] s390x: Condition code computation for convert-to-int/logical +306310 [390] 3.8.0 release tarball missing some files n-i-bz m [381] shmat of a segment > 4Gb does not work n-i-bz m [381] simulate_control_c script wrong USR1 sig# on mips n-i-bz m [381] vgdb ptrace calls wrong on mips [...] diff --git a/README.android b/README.android index 138f644872..d39a1da604 100644 --- a/README.android +++ b/README.android @@ -77,6 +77,9 @@ export CC=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linu # different if /sdcard doesn't work on the device -- this is # a known cause of difficulties. +# The below re-generates configure, Makefiles, ... +# This is not needed if you start from a release tarball. +# (in any case, the release tarball does not contain the autogen.sh file). ./autogen.sh # for ARM