From 2d0bc839ede9848b5ac20c7cdf29f8c33cbef926 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Mar 2018 20:42:21 +0200 Subject: 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. --- c/src/lib/libbsp/sh/Makefile.am | 3 --- c/src/lib/libbsp/sh/gensh1/Makefile.am | 3 --- c/src/lib/libbsp/sh/gensh2/Makefile.am | 3 --- c/src/lib/libbsp/sh/gensh4/Makefile.am | 3 --- c/src/lib/libbsp/sh/shsim/Makefile.am | 2 -- 5 files changed, 14 deletions(-) (limited to 'c/src/lib/libbsp/sh') diff --git a/c/src/lib/libbsp/sh/Makefile.am b/c/src/lib/libbsp/sh/Makefile.am index 35db1bb6fa..046d862076 100644 --- a/c/src/lib/libbsp/sh/Makefile.am +++ b/c/src/lib/libbsp/sh/Makefile.am @@ -3,9 +3,6 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal # Descend into the @RTEMS_BSP_FAMILY@ directory _SUBDIRS = @RTEMS_BSP_FAMILY@ -EXTRA_DIST = -EXTRA_DIST += shared/console.c -EXTRA_DIST += shared/setvec.c include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.am b/c/src/lib/libbsp/sh/gensh1/Makefile.am index f4e139eb3d..6b6321860a 100644 --- a/c/src/lib/libbsp/sh/gensh1/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/Makefile.am @@ -1,5 +1,4 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal -EXTRA_DIST = include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../bsp.am @@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs DISTCLEANFILES = include/bspopts.h -EXTRA_DIST += start/start.S start.$(OBJEXT): start/start.S $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA = start.$(OBJEXT) @@ -49,7 +47,6 @@ libbsp_a_SOURCES += ../../shared/dummy_printk_support.c # Cache libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c -EXTRA_DIST += times include $(top_srcdir)/../../../../automake/local.am include $(srcdir)/../../../../../../bsps/sh/gensh1/headers.am diff --git a/c/src/lib/libbsp/sh/gensh2/Makefile.am b/c/src/lib/libbsp/sh/gensh2/Makefile.am index 4a9501e784..06a8344cb8 100644 --- a/c/src/lib/libbsp/sh/gensh2/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/Makefile.am @@ -1,5 +1,4 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal -EXTRA_DIST = include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../bsp.am @@ -9,8 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs DISTCLEANFILES = include/bspopts.h -EXTRA_DIST += start/start.ram start/start.rom -EXTRA_DIST += start/start.S start.$(OBJEXT): start/start.S $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA = start.$(OBJEXT) diff --git a/c/src/lib/libbsp/sh/gensh4/Makefile.am b/c/src/lib/libbsp/sh/gensh4/Makefile.am index 9fb0f6e272..972473c330 100644 --- a/c/src/lib/libbsp/sh/gensh4/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh4/Makefile.am @@ -1,5 +1,4 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal -EXTRA_DIST = include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../bsp.am @@ -8,7 +7,6 @@ dist_project_lib_DATA = startup/bsp_specs DISTCLEANFILES = include/bspopts.h -EXTRA_DIST += start/start.S start.$(OBJEXT): start/start.S $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA = start.$(OBJEXT) @@ -40,7 +38,6 @@ libbsp_a_SOURCES += hw_init/hw_init.c # Cache libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c -EXTRA_DIST += times include $(top_srcdir)/../../../../automake/local.am include $(srcdir)/../../../../../../bsps/sh/gensh4/headers.am diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am index 3fe05b95af..623d539638 100644 --- a/c/src/lib/libbsp/sh/shsim/Makefile.am +++ b/c/src/lib/libbsp/sh/shsim/Makefile.am @@ -1,5 +1,4 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal -EXTRA_DIST = include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../bsp.am @@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs DISTCLEANFILES = include/bspopts.h -EXTRA_DIST += start/start.S start.$(OBJEXT): start/start.S $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA = start.$(OBJEXT) -- cgit v1.2.3