]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix 306310 3.8.0 release tarball missing some files
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 11 Sep 2012 19:53:01 +0000 (19:53 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 11 Sep 2012 19:53:01 +0000 (19:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12964

Makefile.am
NEWS
README.android

index 48ea4fc0979ae649cdc6c334d0084138ebb2abc6..4d1f682b7e347fc49eed1872d3c085a2c896d6c7 100644 (file)
@@ -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 1718d14ddbe83cc92d8be0b0acb3ee7e5aef7ffb..831a0604cb4fbe7afb6a2eee1ca4ca632acc4017 100644 (file)
--- 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 [...]
index 138f64487220019bffeb752972c410ffd26d1370..d39a1da60485fe0a7384c5098260cde608e1a9b2 100644 (file)
@@ -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