Changeset 2d0bc83 in rtems for testsuites


Ignore:
Timestamp:
03/30/18 18:42:21 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
66b99a1
Parents:
0b8a6d7
git-author:
Sebastian Huber <sebastian.huber@…> (03/30/18 18:42:21)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/04/18 08:09:04)
Message:

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.

Location:
testsuites
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • testsuites/Makefile.am

    r0b8a6d7 r2d0bc83  
    1414_SUBDIRS = @subdirs@
    1515
    16 EXTRA_DIST = PROBLEMS
    1716
    1817include $(top_srcdir)/automake/subdirs.am
  • testsuites/ada/Makefile.am

    r0b8a6d7 r2d0bc83  
    88DIST_SUBDIRS = support samples sptests tmtests mptests
    99
    10 EXTRA_DIST = ada.am
    1110
    1211include $(top_srcdir)/../automake/subdirs.am
  • testsuites/ada/samples/base_mp/Makefile.am

    r0b8a6d7 r2d0bc83  
    1414#mptest_exe_SOURCES = mptest.adb mptest.ads
    1515
    16 #EXTRA_DIST += node1/mptest-per_node_configuration.adb
    1716
    18 #EXTRA_DIST += node2/mptest-per_node_configuration.adb
    1917
    2018include $(top_srcdir)/../automake/subdirs.am
  • testsuites/ada/support/Makefile.am

    r0b8a6d7 r2d0bc83  
    1 EXTRA_DIST =
    2 EXTRA_DIST += address_io.adb
    3 EXTRA_DIST += address_io.ads
    4 EXTRA_DIST += float_io.ads
    5 EXTRA_DIST += fp.inc
    6 EXTRA_DIST += init.c
    7 EXTRA_DIST += integer.inc
    8 EXTRA_DIST += rtems_calling_overhead.ads
    9 EXTRA_DIST += status_io.ads
    10 EXTRA_DIST += test_support.adb
    11 EXTRA_DIST += test_support.ads
    12 EXTRA_DIST += time_test_support.adb
    13 EXTRA_DIST += time_test_support.ads
    14 EXTRA_DIST += timer_driver.adb
    15 EXTRA_DIST += timer_driver.ads
    16 EXTRA_DIST += unsigned32_io.ads
    171
    182include $(top_srcdir)/../automake/local.am
  • testsuites/fstests/Makefile.am

    r0b8a6d7 r2d0bc83  
    5959_SUBDIRS += mrfs_fstime
    6060
    61 EXTRA_DIST =
    62 EXTRA_DIST += support/ramdisk_support.c
    63 EXTRA_DIST += support/ramdisk_support.h
    64 EXTRA_DIST += support/fstest_support.c
    65 EXTRA_DIST += support/fstest_support.h
    66 EXTRA_DIST += support/fstest.h
    6761
    6862include $(top_srcdir)/../automake/subdirs.am
  • testsuites/libtests/mathl/Makefile.am

    r0b8a6d7 r2d0bc83  
    11rtems_tests_PROGRAMS = mathl
    22mathl_SOURCES = init.c domathl.c
    3 EXTRA_DIST = $(srcdir)/../math/domath.in
    43
    54# FIXME: Skip long double, not yet supported in newlib
  • testsuites/samples/pppd/Makefile.am

    r0b8a6d7 r2d0bc83  
    2020        $(make-exe)
    2121
    22 EXTRA_DIST =
    23 EXTRA_DIST += ppp.conf
    24 EXTRA_DIST += pppd.options
    2522
    2623include $(top_srcdir)/../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.