Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).
This commit is contained in:
Joel Sherrill
2000-01-31 15:22:23 +00:00
parent d7269fbaec
commit 8fbdf07b62
277 changed files with 0 additions and 279 deletions

View File

@@ -7,7 +7,6 @@ TEST = cpuuse
MANAGERS = io rate_monotonic
# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c task3.c tswitch.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = malloctest
MANAGERS = io
# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -8,7 +8,6 @@ TEST = monitor
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
ext
# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = putenvtest
MANAGERS = io
# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = rtems++
MANAGERS = event io msg sem signal timer rate_monotonic
# C++ source names, if any, go here -- minus the .cc
CC_FILES = Init.cc Task1.cc Task2.cc Task3.cc
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = rtmonuse
MANAGERS = io rate_monotonic
# C source names, if any, go here -- minus the .c
C_FILES = init.c getall.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = stackchk
MANAGERS = io
# C source names, if any, go here -- minus the .c
C_FILES = blow.c init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)

View File

@@ -7,7 +7,6 @@ TEST = termios
MANAGERS = io
# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)