forked from Imagelibrary/rtems
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user