2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am,
	psxclassic01/Makefile.am, psxcleanup01/Makefile.am,
	psxfchx01/Makefile.am, psxpasswd01/Makefile.am,
	psxpasswd02/Makefile.am, psxpipe01/Makefile.am,
	psxrwlock01/Makefile.am, psxspin01/Makefile.am,
	psxspin02/Makefile.am: Eliminate rtems_scn_DATA.
	Install *.doc to rtems_testsdir.
This commit is contained in:
Ralf Corsepius
2011-06-20 05:43:05 +00:00
parent 6843bfc40d
commit 2e0f173bc3
12 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am,
psxclassic01/Makefile.am, psxcleanup01/Makefile.am,
psxfchx01/Makefile.am, psxpasswd01/Makefile.am,
psxpasswd02/Makefile.am, psxpipe01/Makefile.am,
psxrwlock01/Makefile.am, psxspin01/Makefile.am,
psxspin02/Makefile.am: Eliminate rtems_scn_DATA.
Install *.doc to rtems_testsdir.
* Makefile.am: Remove EXTRA_DIST.
Remove DIST_SUBDIRS.
Remove obsolete comments.

View File

@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = psxautoinit01
psxautoinit01_SOURCES = init.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxautoinit01.scn
dist_rtems_tests_DATA = psxautoinit01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = psxbarrier01
psxbarrier01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxbarrier01.scn
dist_rtems_tests_DATA = psxbarrier01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxclassic01
psxclassic01_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxclassic01.scn
dist_rtems_tests_DATA += psxclassic01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxcleanup01
psxcleanup01_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxcleanup01.scn
dist_rtems_tests_DATA += psxcleanup01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxfchx01
psxfchx01_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxfchx01.scn
dist_rtems_tests_DATA += psxfchx01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxpasswd01
psxpasswd01_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxpasswd01.scn
dist_rtems_tests_DATA += psxpasswd01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxpasswd02
psxpasswd02_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxpasswd02.scn
dist_rtems_tests_DATA += psxpasswd02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = psxpipe01
psxpipe01_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxpipe01.scn
dist_rtems_tests_DATA += psxpipe01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = psxrwlock01
psxrwlock01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxrwlock01.scn
dist_rtems_tests_DATA = psxrwlock01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = psxspin01
psxspin01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxspin01.scn
dist_rtems_tests_DATA = psxspin01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -8,7 +8,8 @@ rtems_tests_PROGRAMS = psxspin02
psxspin02_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxspin02.scn
dist_rtems_tests_DATA = psxspin02.scn
dist_rtems_tests_DATA += psxspin02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am