From 3090760f0f67028938637b4fed30747c7bfcb376 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Apr 1999 18:55:55 +0000 Subject: Now compile files that previously existed but were not built because they had not yet been debugged. --- c/src/exec/posix/src/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in index 1b4357463b..c10e54719c 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -16,7 +16,10 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ # following are semi-implemented and untested -# C_PIECES=aio cancel devctl intr mqueue semaphore time utsname +# C_PIECES=aio cancel devctl intr mqueue semaphore utsname + +# These are really in the stand but not really functional +BUILD_FOR_NOW_C_PIECES=aio cancel mqueue semaphore utsname ENOSYS_C_PIECES=\ execl execle execlp execv execve execvp fork \ @@ -44,7 +47,7 @@ PSIGNAL_PIECES=\ C_PIECES= adasupp cond getpid key mutex $(PTHREAD_PIECES) \ $(PSIGNAL_PIECES) ptimer sched time \ - types unistd $(ENOSYS_C_PIECES) + types unistd $(ENOSYS_C_PIECES) $(BUILD_FOR_NOW_C_PIECES) C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -- cgit v1.2.3