Changeset 2c0e896e in rtems


Ignore:
Timestamp:
11/16/99 16:00:11 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7fec3b7a
Parents:
d280ce18
Message:

Moved utsname from "build for now" (unimplemented files) to the main
list of C_PIECES since it is now implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/Makefile.in

    rd280ce18 r2c0e896e  
    1818
    1919# These are really in the stand but not really functional
    20 BUILD_FOR_NOW_C_PIECES = aio utsname
     20BUILD_FOR_NOW_C_PIECES = aio
    2121
    2222ENOSYS_C_PIECES = execl execle execlp execv execve execvp fork pthreadatfork \
     
    7575TIME_C_PIECES= time posixtimespecsubtract posixtimespectointerval \
    7676    posixintervaltotimespec clockgetcpuclockid clockgetenableattr \
    77     clockgetres clockgettime clocksetenableattr clocksettime nanosleep
     77    clockgetres clockgettime clocksetenableattr clocksettime nanosleep \
     78    sleep
    7879
    7980# the timer manager needs to be split further but only after its
     
    8485    $(ID_C_PIECES) $(KEY_C_PIECES) $(MESSAGE_QUEUE_C_PIECES) \
    8586    $(MUTEX_C_PIECES) $(PTHREAD_C_PIECES) \
    86     $(PSIGNAL_C_PIECES) sched $(SEMAPHORE_C_PIECES) sleep sysconf \
     87    $(PSIGNAL_C_PIECES) sched $(SEMAPHORE_C_PIECES) sysconf \
    8788    $(TIME_C_PIECES) $(TIMER_C_PIECES) types $(ENOSYS_C_PIECES) \
    88     $(BUILD_FOR_NOW_C_PIECES)
     89    $(BUILD_FOR_NOW_C_PIECES) utsname
    8990
    9091C_FILES = $(C_PIECES:%=%.c)
Note: See TracChangeset for help on using the changeset viewer.