From f75ac1da3ea09b2f35271f09b0795c1b083a3881 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Apr 2023 15:43:56 -0500 Subject: */.../Makefile: MANAGERS=all has been obsolete a LONG time --- posix_api/livermore/pthread/Makefile | 5 +---- posix_api/psx_example_1/Makefile | 3 --- posix_api/psx_example_2/Makefile | 3 --- posix_api/psx_example_3/Makefile | 3 --- 4 files changed, 1 insertion(+), 13 deletions(-) (limited to 'posix_api') 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) -- cgit v1.2.3