|
From: <sv...@va...> - 2012-06-05 11:10:34
|
sewardj 2012-06-05 12:10:19 +0100 (Tue, 05 Jun 2012)
New Revision: 12614
Log:
Fixes for 'make dist'.
Modified files:
trunk/memcheck/tests/Makefile.am
trunk/none/tests/Makefile.am
trunk/none/tests/amd64/Makefile.am
Modified: trunk/none/tests/Makefile.am (+2 -1)
===================================================================
--- trunk/none/tests/Makefile.am 2012-06-05 08:12:15 +01:00 (rev 12613)
+++ trunk/none/tests/Makefile.am 2012-06-05 12:10:19 +01:00 (rev 12614)
@@ -46,7 +46,8 @@
filter_none_discards \
filter_shell_output \
filter_stderr \
- filter_timestamp
+ filter_timestamp \
+ allexec_prepare_prereq
noinst_HEADERS = fdleak.h
Modified: trunk/none/tests/amd64/Makefile.am (+0 -3)
===================================================================
--- trunk/none/tests/amd64/Makefile.am 2012-06-05 08:12:15 +01:00 (rev 12613)
+++ trunk/none/tests/amd64/Makefile.am 2012-06-05 12:10:19 +01:00 (rev 12614)
@@ -15,9 +15,6 @@
if BUILD_PCLMULQDQ_TESTS
INSN_TESTS += insn_pclmulqdq
endif
-if BUILD_AVX_TESTS
- INSN_TESTS += avx-1
-endif
# Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS,
# to avoid packaging screwups if 'make dist' is run on a machine
Modified: trunk/memcheck/tests/Makefile.am (+1 -3)
===================================================================
--- trunk/memcheck/tests/Makefile.am 2012-06-05 08:12:15 +01:00 (rev 12613)
+++ trunk/memcheck/tests/Makefile.am 2012-06-05 12:10:19 +01:00 (rev 12614)
@@ -10,14 +10,12 @@
if VGCONF_ARCHS_INCLUDE_AMD64
SUBDIRS += amd64
endif
-
if VGCONF_ARCHS_INCLUDE_PPC32
SUBDIRS += ppc32
endif
if VGCONF_ARCHS_INCLUDE_PPC64
SUBDIRS += ppc64
endif
-
if VGCONF_ARCHS_INCLUDE_S390X
SUBDIRS += s390x
endif
@@ -38,7 +36,7 @@
SUBDIRS += amd64-linux
endif
-DIST_SUBDIRS = x86 amd64 ppc32 ppc64 linux darwin x86-linux amd64-linux .
+DIST_SUBDIRS = x86 amd64 ppc32 ppc64 s390x linux darwin x86-linux amd64-linux .
dist_noinst_SCRIPTS = \
filter_addressable \
|