summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-30 20:42:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 10:09:04 +0200
commit2d0bc839ede9848b5ac20c7cdf29f8c33cbef926 (patch)
tree530d5464dca38bf1e5dbb65c524abbed3721fdc7 /testsuites
parentEliminate PowerPC libcpu/page.h (diff)
downloadrtems-2d0bc839ede9848b5ac20c7cdf29f8c33cbef926.tar.bz2
build: Remove EXTRA_DIST
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/Makefile.am1
-rw-r--r--testsuites/ada/Makefile.am1
-rw-r--r--testsuites/ada/samples/base_mp/Makefile.am2
-rw-r--r--testsuites/ada/support/Makefile.am16
-rw-r--r--testsuites/fstests/Makefile.am6
-rw-r--r--testsuites/libtests/mathl/Makefile.am1
-rw-r--r--testsuites/samples/pppd/Makefile.am3
7 files changed, 0 insertions, 30 deletions
diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
index a466996fa4..95785f5690 100644
--- a/testsuites/Makefile.am
+++ b/testsuites/Makefile.am
@@ -13,7 +13,6 @@ noinst_HEADERS += support/include/tmtests_empty_function.h
_SUBDIRS = @subdirs@
-EXTRA_DIST = PROBLEMS
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
diff --git a/testsuites/ada/Makefile.am b/testsuites/ada/Makefile.am
index 4fdae0c211..a3dd8aa9e7 100644
--- a/testsuites/ada/Makefile.am
+++ b/testsuites/ada/Makefile.am
@@ -7,7 +7,6 @@ endif
DIST_SUBDIRS = support samples sptests tmtests mptests
-EXTRA_DIST = ada.am
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/ada/samples/base_mp/Makefile.am b/testsuites/ada/samples/base_mp/Makefile.am
index ed05ebbd72..c9dd8e8801 100644
--- a/testsuites/ada/samples/base_mp/Makefile.am
+++ b/testsuites/ada/samples/base_mp/Makefile.am
@@ -13,9 +13,7 @@ _SUBDIRS = node1 node2
#mptest_exe_SOURCES = mptest.adb mptest.ads
-#EXTRA_DIST += node1/mptest-per_node_configuration.adb
-#EXTRA_DIST += node2/mptest-per_node_configuration.adb
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/ada/support/Makefile.am b/testsuites/ada/support/Makefile.am
index 2bd719349f..52f61b9514 100644
--- a/testsuites/ada/support/Makefile.am
+++ b/testsuites/ada/support/Makefile.am
@@ -1,18 +1,2 @@
-EXTRA_DIST =
-EXTRA_DIST += address_io.adb
-EXTRA_DIST += address_io.ads
-EXTRA_DIST += float_io.ads
-EXTRA_DIST += fp.inc
-EXTRA_DIST += init.c
-EXTRA_DIST += integer.inc
-EXTRA_DIST += rtems_calling_overhead.ads
-EXTRA_DIST += status_io.ads
-EXTRA_DIST += test_support.adb
-EXTRA_DIST += test_support.ads
-EXTRA_DIST += time_test_support.adb
-EXTRA_DIST += time_test_support.ads
-EXTRA_DIST += timer_driver.adb
-EXTRA_DIST += timer_driver.ads
-EXTRA_DIST += unsigned32_io.ads
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index 158a797a2c..057985619f 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -58,12 +58,6 @@ _SUBDIRS += mrfs_fsscandir01
_SUBDIRS += mrfs_fssymlink
_SUBDIRS += mrfs_fstime
-EXTRA_DIST =
-EXTRA_DIST += support/ramdisk_support.c
-EXTRA_DIST += support/ramdisk_support.h
-EXTRA_DIST += support/fstest_support.c
-EXTRA_DIST += support/fstest_support.h
-EXTRA_DIST += support/fstest.h
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/libtests/mathl/Makefile.am b/testsuites/libtests/mathl/Makefile.am
index 9dba9a115d..2364a3bfcf 100644
--- a/testsuites/libtests/mathl/Makefile.am
+++ b/testsuites/libtests/mathl/Makefile.am
@@ -1,6 +1,5 @@
rtems_tests_PROGRAMS = mathl
mathl_SOURCES = init.c domathl.c
-EXTRA_DIST = $(srcdir)/../math/domath.in
# FIXME: Skip long double, not yet supported in newlib
# => This test currently is a nop
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 6ef0562362..04a519e0fd 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -19,8 +19,5 @@ pppd$(EXEEXT): $(pppd_OBJECTS) $(pppd_DEPENDENCIES)
@rm -f pppd$(EXEEXT)
$(make-exe)
-EXTRA_DIST =
-EXTRA_DIST += ppp.conf
-EXTRA_DIST += pppd.options
include $(top_srcdir)/../automake/local.am