summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 19:01:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 19:01:05 +0000
commita2fa8c2525453a0638cbb47acdade64189790bb2 (patch)
treecd67a00e12685e6128bbe5cfe1d076a6a37abbc4
parentCorrected bug in Makefile (diff)
downloadrtems-a2fa8c2525453a0638cbb47acdade64189790bb2.tar.bz2
Added comment to indicate what the commented out C_PIECES indicated.
-rw-r--r--c/src/exec/posix/src/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index c88a034d27..710447161c 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -7,8 +7,9 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@
-#C_PIECES= aio cancel cond devctl intr key mqueue mutex pthread \
-# ptimer sched semaphore signal time types unistd utsname
+# following are semi-implemented and untested
+# C_PIECES=aio cancel devctl intr mqueue ptimer semaphore time utsname
+
C_PIECES= adasupp cond getpid key mutex pthread psignal sched time \
types unistd
C_FILES=$(C_PIECES:%=%.c)