]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixes for 'make dist'.
authorJulian Seward <jseward@acm.org>
Tue, 5 Jun 2012 11:10:19 +0000 (11:10 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 5 Jun 2012 11:10:19 +0000 (11:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12614

memcheck/tests/Makefile.am
none/tests/Makefile.am
none/tests/amd64/Makefile.am

index 530e1f2c8725842abcb8c4963553e3c2254480d9..68f801c2f46d5ceb80379ad4da47211a5c439afb 100644 (file)
@@ -10,14 +10,12 @@ endif
 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 @@ if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
 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 \
index 7d0b201ec81ba02fc7913c50762a5706e18dc925..2f16f5b6fc0df09379cb6109562030b6dcdbb19b 100644 (file)
@@ -46,7 +46,8 @@ dist_noinst_SCRIPTS = \
        filter_none_discards \
        filter_shell_output \
        filter_stderr \
-       filter_timestamp
+       filter_timestamp \
+       allexec_prepare_prereq
 
 noinst_HEADERS = fdleak.h
 
index d92dae9f2f8bee9a8688731e319e7a8deecbf3e6..ef53fc4c14d610eb1db511dd5b7b8229dde14982 100644 (file)
@@ -15,9 +15,6 @@ endif
 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