Changeset 3090760 in rtems for c/src/exec/posix/src/Makefile.in


Ignore:
Timestamp:
04/15/99 18:55:55 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3afecf8
Parents:
24a9af6
Message:

Now compile files that previously existed but were not built because they
had not yet been debugged.

File:
1 edited

Legend:

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

    r24a9af6 r3090760  
    1717
    1818# following are semi-implemented and untested
    19 # C_PIECES=aio cancel devctl intr mqueue semaphore time utsname
     19# C_PIECES=aio cancel devctl intr mqueue semaphore utsname
     20
     21# These are really in the stand but not really functional
     22BUILD_FOR_NOW_C_PIECES=aio cancel mqueue semaphore utsname
    2023
    2124ENOSYS_C_PIECES=\
     
    4548C_PIECES= adasupp cond getpid key mutex $(PTHREAD_PIECES) \
    4649  $(PSIGNAL_PIECES) ptimer sched time \
    47   types unistd $(ENOSYS_C_PIECES)
     50  types unistd $(ENOSYS_C_PIECES) $(BUILD_FOR_NOW_C_PIECES)
    4851
    4952C_FILES=$(C_PIECES:%=%.c)
Note: See TracChangeset for help on using the changeset viewer.