Author: njn Date: 2009-06-15 08:35:22 +0100 (Mon, 15 Jun 2009) New Revision: 10338 Log: Use dist_noinst_SCRIPTS everywhere instead of including $(noinst_SCRIPTS) in EXTRA_DIST. Also add a missing header to drd/tests/Makefile.am. Modified: branches/BUILD_TWEAKS/auxprogs/Makefile.am branches/BUILD_TWEAKS/cachegrind/tests/Makefile.am branches/BUILD_TWEAKS/cachegrind/tests/x86/Makefile.am branches/BUILD_TWEAKS/callgrind/tests/Makefile.am branches/BUILD_TWEAKS/docs/Makefile.am branches/BUILD_TWEAKS/drd/tests/Makefile.am branches/BUILD_TWEAKS/exp-ptrcheck/tests/Makefile.am branches/BUILD_TWEAKS/exp-ptrcheck/tests/x86/Makefile.am branches/BUILD_TWEAKS/helgrind/tests/Makefile.am branches/BUILD_TWEAKS/lackey/tests/Makefile.am branches/BUILD_TWEAKS/massif/tests/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/amd64/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/darwin/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/linux/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/x86-linux/Makefile.am branches/BUILD_TWEAKS/memcheck/tests/x86/Makefile.am branches/BUILD_TWEAKS/none/tests/Makefile.am branches/BUILD_TWEAKS/none/tests/amd64/Makefile.am branches/BUILD_TWEAKS/none/tests/darwin/Makefile.am branches/BUILD_TWEAKS/none/tests/linux/Makefile.am branches/BUILD_TWEAKS/none/tests/ppc32/Makefile.am branches/BUILD_TWEAKS/none/tests/ppc64/Makefile.am branches/BUILD_TWEAKS/none/tests/x86-linux/Makefile.am branches/BUILD_TWEAKS/none/tests/x86/Makefile.am branches/BUILD_TWEAKS/perf/Makefile.am branches/BUILD_TWEAKS/tests/Makefile.am Modified: branches/BUILD_TWEAKS/auxprogs/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/auxprogs/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/auxprogs/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,12 +1,12 @@ include $(top_srcdir)/Makefile.all.am -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ gen-mdg \ gsl16test \ gsl19test \ posixtestsuite-1.5.1-diff-results -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ DotToScc.hs \ Merge3Way.hs \ aix5_VKI_info.c \ Modified: branches/BUILD_TWEAKS/cachegrind/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/cachegrind/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/cachegrind/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -8,9 +8,9 @@ DIST_SUBDIRS = x86 . -noinst_SCRIPTS = filter_stderr filter_cachesim_discards +dist_noinst_SCRIPTS = filter_stderr filter_cachesim_discards -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ chdir.vgtest chdir.stderr.exp \ clreq.vgtest clreq.stderr.exp \ dlclose.vgtest dlclose.stderr.exp dlclose.stdout.exp \ Modified: branches/BUILD_TWEAKS/cachegrind/tests/x86/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/cachegrind/tests/x86/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/cachegrind/tests/x86/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ fpu-28-108.vgtest fpu-28-108.stderr.exp check_PROGRAMS = \ Modified: branches/BUILD_TWEAKS/callgrind/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/callgrind/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/callgrind/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -4,18 +4,18 @@ SUBDIRS = . DIST_SUBDIRS = . -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ - clreq.vgtest clreq.stderr.exp \ - simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \ - simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \ - simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \ - notpower2.vgtest notpower2.stderr.exp \ - notpower2-wb.vgtest notpower2-wb.stderr.exp \ - notpower2-hwpref.vgtest notpower2-hwpref.stderr.exp \ - notpower2-use.vgtest notpower2-use.stderr.exp \ - threads.vgtest threads.stderr.exp +EXTRA_DIST = \ + clreq.vgtest clreq.stderr.exp \ + simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \ + simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \ + simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \ + notpower2.vgtest notpower2.stderr.exp \ + notpower2-wb.vgtest notpower2-wb.stderr.exp \ + notpower2-hwpref.vgtest notpower2-hwpref.stderr.exp \ + notpower2-use.vgtest notpower2-use.stderr.exp \ + threads.vgtest threads.stderr.exp check_PROGRAMS = clreq simwork threads Modified: branches/BUILD_TWEAKS/docs/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/docs/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/docs/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -7,7 +7,7 @@ # Comment out the next line to skip building print docs. The default # is not to skip building print docs. Note, after changing it # you of course need to re-run configure to make it take effect. -BUILD_ALL_DOCS=yes +#BUILD_ALL_DOCS=yes ##------------------------------------------------------------- ## END OF HACK @@ -55,7 +55,7 @@ XSL_FO_STYLE = $(mylibdir)/vg-fo.xsl XSL_TEXT_STYLE = $(mylibdir)/vg-faq2txt.xsl XSL_WEBSITE_STYLE = $(mylibdir)/vg-html-website.xsl -XSL_MAN_STYLE = /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl +XSL_MAN_STYLE = /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl all-docs: FAQ.txt man-page html-docs print-docs Modified: branches/BUILD_TWEAKS/drd/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/drd/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/drd/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,19 +1,17 @@ include $(top_srcdir)/Makefile.tool-tests.am -SUBDIRS = . - -DIST_SUBDIRS = . - -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_error_summary \ filter_stderr \ filter_stderr_and_thread_no \ run_openmp_test \ supported_libpthread +noinst_HEADERS = \ + tsan_thread_wrappers_pthread.h + EXTRA_DIST = \ - $(noinst_SCRIPTS) \ annotate_order_1.stderr.exp \ annotate_order_1.vgtest \ annotate_order_2.stderr.exp \ Modified: branches/BUILD_TWEAKS/exp-ptrcheck/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/exp-ptrcheck/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/exp-ptrcheck/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -7,10 +7,10 @@ #DIST_SUBDIRS = x86 . -noinst_SCRIPTS = filter_stderr filter_add filter_suppgen \ +dist_noinst_SCRIPTS = filter_stderr filter_add filter_suppgen \ sh_script -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ add.vgtest-disabled add.stderr.exp \ and.vgtest-disabled and.stderr.exp \ arith.vgtest-disabled arith.stderr.exp \ Modified: branches/BUILD_TWEAKS/exp-ptrcheck/tests/x86/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/exp-ptrcheck/tests/x86/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/exp-ptrcheck/tests/x86/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,11 +1,11 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr check_PROGRAMS = asm lea -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ asm.vgtest-disabled asm.stderr.exp \ lea.vgtest-disabled lea.stderr.exp Modified: branches/BUILD_TWEAKS/helgrind/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/helgrind/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/helgrind/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bar_bad.vgtest bar_bad.stdout.exp bar_bad.stderr.exp \ bar_trivial.vgtest bar_trivial.stdout.exp bar_trivial.stderr.exp \ hg01_all_ok.vgtest hg01_all_ok.stdout.exp hg01_all_ok.stderr.exp \ Modified: branches/BUILD_TWEAKS/lackey/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/lackey/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/lackey/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,4 +1,3 @@ -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ - true.stderr.exp true.vgtest +EXTRA_DIST = true.stderr.exp true.vgtest Modified: branches/BUILD_TWEAKS/massif/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/massif/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/massif/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr filter_verbose +dist_noinst_SCRIPTS = filter_stderr filter_verbose -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ alloc-fns-A.post.exp alloc-fns-A.stderr.exp alloc-fns-A.vgtest \ alloc-fns-B.post.exp alloc-fns-B.stderr.exp alloc-fns-B.vgtest \ basic.post.exp basic.stderr.exp basic.vgtest \ Modified: branches/BUILD_TWEAKS/memcheck/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -26,7 +26,7 @@ DIST_SUBDIRS = x86 amd64 linux darwin x86-linux . -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_addressable \ filter_allocs \ filter_stderr filter_xml \ @@ -34,7 +34,7 @@ noinst_HEADERS = leak.h -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ addressable.stderr.exp addressable.stdout.exp addressable.vgtest \ badaddrvalue.stderr.exp \ badaddrvalue.stdout.exp badaddrvalue.vgtest \ Modified: branches/BUILD_TWEAKS/memcheck/tests/amd64/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/amd64/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/amd64/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,13 +1,11 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -noinst_HEADERS = - INSN_TESTS = insn_basic insn_mmx insn_sse insn_sse2 insn_fpu -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ $(addsuffix .stderr.exp,$(INSN_TESTS)) \ $(addsuffix .stdout.exp,$(INSN_TESTS)) \ $(addsuffix .vgtest,$(INSN_TESTS)) \ Modified: branches/BUILD_TWEAKS/memcheck/tests/darwin/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/darwin/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/darwin/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,11 +1,11 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr noinst_HEADERS = scalar.h -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ scalar.stderr.exp scalar.vgtest \ scalar_fork.stderr.exp scalar_fork.vgtest \ scalar_vfork.stderr.exp scalar_vfork.vgtest Modified: branches/BUILD_TWEAKS/memcheck/tests/linux/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/linux/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/linux/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ brk.stderr.exp brk.vgtest \ capget capget.stderr.exp \ stack_switch.stderr.exp stack_switch.vgtest \ Modified: branches/BUILD_TWEAKS/memcheck/tests/x86/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/x86/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/x86/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,11 +1,11 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr filter_pushfpopf filter_tronical +dist_noinst_SCRIPTS = filter_stderr filter_pushfpopf filter_tronical INSN_TESTS = insn_basic insn_fpu insn_cmov insn_mmx insn_mmxext insn_sse insn_sse2 -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bug152022.vgtest bug152022.stderr.exp bug152022.stdout.exp \ espindola2.vgtest espindola2.stderr.exp \ fpeflags.stderr.exp fpeflags.vgtest \ Modified: branches/BUILD_TWEAKS/memcheck/tests/x86-linux/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/memcheck/tests/x86-linux/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/memcheck/tests/x86-linux/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,13 +1,13 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_scalar_exit_group \ filter_stderr noinst_HEADERS = scalar.h -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bug133694.vgtest bug133694.stderr.exp bug133694.stdout.exp \ int3-x86.vgtest int3-x86.stderr.exp int3-x86.stdout.exp \ scalar.stderr.exp scalar.vgtest \ Modified: branches/BUILD_TWEAKS/none/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -32,13 +32,13 @@ DIST_SUBDIRS = x86 amd64 ppc32 ppc64 linux darwin x86-linux . -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_cmdline0 filter_linenos \ filter_fdleak filter_none_discards filter_stderr noinst_HEADERS = fdleak.h -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ ansi.stderr.exp ansi.vgtest \ args.stderr.exp args.stdout.exp args.vgtest \ async-sigs.stderr.exp async-sigs.vgtest \ Modified: branches/BUILD_TWEAKS/none/tests/amd64/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/amd64/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/amd64/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_cpuid filter_stderr filter_int gen_insn_test.pl +dist_noinst_SCRIPTS = filter_cpuid filter_stderr filter_int gen_insn_test.pl CLEANFILES = $(addsuffix .c,$(INSN_TESTS)) @@ -16,7 +16,7 @@ # Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS, # to avoid packaging screwups if 'make dist' is run on a machine # which failed the BUILD_SSE3_TESTS test in configure.in. -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bug127521-64.vgtest bug127521-64.stdout.exp bug127521-64.stderr.exp \ bug132813-amd64.vgtest bug132813-amd64.stdout.exp \ bug132813-amd64.stderr.exp \ Modified: branches/BUILD_TWEAKS/none/tests/darwin/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/darwin/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/darwin/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ apple-main-arg.stderr.exp apple-main-arg.vgtest \ rlimit.stderr.exp rlimit.vgtest Modified: branches/BUILD_TWEAKS/none/tests/linux/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/linux/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/linux/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ blockfault.stderr.exp blockfault.vgtest \ mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \ mremap.vgtest \ Modified: branches/BUILD_TWEAKS/none/tests/ppc32/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/ppc32/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/ppc32/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bug129390-ppc32.stdout.exp bug129390-ppc32.stderr.exp \ bug129390-ppc32.vgtest \ bug139050-ppc32.stdout.exp bug139050-ppc32.stderr.exp \ Modified: branches/BUILD_TWEAKS/none/tests/ppc64/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/ppc64/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/ppc64/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_stderr +dist_noinst_SCRIPTS = filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest \ jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest \ jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.vgtest \ Modified: branches/BUILD_TWEAKS/none/tests/x86/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/x86/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/x86/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = filter_cpuid filter_stderr gen_insn_test.pl +dist_noinst_SCRIPTS = filter_cpuid filter_stderr gen_insn_test.pl CLEANFILES = $(addsuffix .c,$(INSN_TESTS)) @@ -17,7 +17,7 @@ # Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS, # to avoid packaging screwups if 'make dist' is run on a machine # which failed the BUILD_SSE3_TESTS test in configure.in. -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ badseg.stderr.exp badseg.stdout.exp badseg.vgtest \ bt_everything.stderr.exp bt_everything.stdout.exp bt_everything.vgtest \ bt_literal.stderr.exp bt_literal.stdout.exp bt_literal.vgtest \ Modified: branches/BUILD_TWEAKS/none/tests/x86-linux/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/none/tests/x86-linux/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/none/tests/x86-linux/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,10 +1,10 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_stderr -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ seg_override.stderr.exp seg_override.stdout.exp seg_override.vgtest \ sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest Modified: branches/BUILD_TWEAKS/perf/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/perf/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/perf/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,9 +1,9 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = vg_perf +dist_noinst_SCRIPTS = vg_perf -EXTRA_DIST = $(noinst_SCRIPTS) \ +EXTRA_DIST = \ bigcode1.vgperf \ bigcode2.vgperf \ bz2.vgperf \ Modified: branches/BUILD_TWEAKS/tests/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/tests/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) +++ branches/BUILD_TWEAKS/tests/Makefile.am 2009-06-15 07:35:22 UTC (rev 10338) @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.tool-tests.am -noinst_SCRIPTS = \ +dist_noinst_SCRIPTS = \ filter_addresses \ filter_discards \ filter_libc \ @@ -16,8 +16,6 @@ malloc.h \ sys_mman.h -EXTRA_DIST = $(noinst_SCRIPTS) - check_PROGRAMS = \ arch_test \ os_test \ |