summaryrefslogtreecommitdiffstats
path: root/posix_api
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-04-23 15:43:56 -0500
committerJoel Sherrill <joel@rtems.org>2023-04-23 18:37:25 -0500
commitf75ac1da3ea09b2f35271f09b0795c1b083a3881 (patch)
tree3a2df371a2a201c6592f5a03588621e744eccc0f /posix_api
parentlivermore/wscript: POSIX threads does not require POSIX enabled (diff)
downloadrtems-examples-f75ac1da3ea09b2f35271f09b0795c1b083a3881.tar.bz2
*/.../Makefile: MANAGERS=all has been obsolete a LONG time
Diffstat (limited to 'posix_api')
-rw-r--r--posix_api/livermore/pthread/Makefile5
-rw-r--r--posix_api/psx_example_1/Makefile3
-rw-r--r--posix_api/psx_example_2/Makefile3
-rw-r--r--posix_api/psx_example_3/Makefile3
4 files changed, 1 insertions, 13 deletions
diff --git a/posix_api/livermore/pthread/Makefile b/posix_api/livermore/pthread/Makefile
index fdd13dc..f397a8e 100644
--- a/posix_api/livermore/pthread/Makefile
+++ b/posix_api/livermore/pthread/Makefile
@@ -4,9 +4,6 @@
PGM=${ARCH}/pthread.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = init.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)
@@ -20,4 +17,4 @@ OBJS= $(COBJS) $(CXXOBJS) $(ASOBJS)
all: ${ARCH} $(PGM)
$(PGM): $(OBJS)
- $(make-exe) \ No newline at end of file
+ $(make-exe)
diff --git a/posix_api/psx_example_1/Makefile b/posix_api/psx_example_1/Makefile
index cbe498f..49fcbb4 100644
--- a/posix_api/psx_example_1/Makefile
+++ b/posix_api/psx_example_1/Makefile
@@ -8,9 +8,6 @@
PGM=${ARCH}/psx_example_1.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test1.c
COBJS_ = $(CSRCS:.c=.o)
diff --git a/posix_api/psx_example_2/Makefile b/posix_api/psx_example_2/Makefile
index 689b1e1..14fb922 100644
--- a/posix_api/psx_example_2/Makefile
+++ b/posix_api/psx_example_2/Makefile
@@ -8,9 +8,6 @@
PGM=${ARCH}/psx_example_2.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test2.c
COBJS_ = $(CSRCS:.c=.o)
diff --git a/posix_api/psx_example_3/Makefile b/posix_api/psx_example_3/Makefile
index 2f2d4b3..c602816 100644
--- a/posix_api/psx_example_3/Makefile
+++ b/posix_api/psx_example_3/Makefile
@@ -8,9 +8,6 @@
PGM=${ARCH}/psx_example_3.exe
-# optional managers required
-MANAGERS=all
-
# C source names
CSRCS = test3.c
COBJS_ = $(CSRCS:.c=.o)