[rtems commit] Fix spprofiling01 overriding recipe warning
Joel Sherrill
joel at rtems.org
Thu Oct 12 01:19:09 UTC 2017
Module: rtems
Branch: master
Commit: 871c23caba27ee8d38fd18260d42878755c1f4d5
Changeset: http://git.rtems.org/rtems/commit/?id=871c23caba27ee8d38fd18260d42878755c1f4d5
Author: Joel Sherrill <joel at rtems.org>
Date: Wed Oct 11 20:17:29 2017 -0500
Fix spprofiling01 overriding recipe warning
Closes #3084.
---
testsuites/sptests/Makefile.am | 1 -
testsuites/sptests/spprofiling01/Makefile.am | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index e873718..b4bf741 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -58,7 +58,6 @@ _SUBDIRS += spintrcritical22
_SUBDIRS += spsem03
_SUBDIRS += spmrsp01
_SUBDIRS += spscheduler01
-_SUBDIRS += spprofiling01
_SUBDIRS += spfatal28
_SUBDIRS += spthreadlife01
_SUBDIRS += spprofiling01
diff --git a/testsuites/sptests/spprofiling01/Makefile.am b/testsuites/sptests/spprofiling01/Makefile.am
index 872e50a..fa54107 100644
--- a/testsuites/sptests/spprofiling01/Makefile.am
+++ b/testsuites/sptests/spprofiling01/Makefile.am
@@ -1,7 +1,8 @@
rtems_tests_PROGRAMS = spprofiling01
spprofiling01_SOURCES = init.c
-dist_rtems_tests_DATA = spprofiling01.scn spprofiling01.doc
+dist_rtems_tests_DATA = spprofiling01.scn
+dist_rtems_tests_DATA += spprofiling01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
include $(top_srcdir)/../automake/compile.am
More information about the vc
mailing list