Changeset cbeebc0 in rtems
- Timestamp:
- 10/19/06 20:30:47 (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bcadcc84
- Parents:
- f02a0e53
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rf02a0e53 rcbeebc0 1 2006-10-19 Joel Sherrill <joel@OARcorp.com> 2 3 * score/Makefile.am, score/preinstall.am: Add pieces missed in previous 4 commit. 5 1 6 2006-10-19 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/score/Makefile.am
rf02a0e53 rcbeebc0 21 21 include/rtems/score/bitfield.h include/rtems/score/chain.h \ 22 22 include/rtems/score/context.h include/rtems/score/copyrt.h \ 23 include/rtems/score/corebarrier.h \ 24 include/rtems/score/coremsg.h include/rtems/score/coremutex.h \ 25 include/rtems/score/coresem.h include/rtems/score/heap.h \ 23 include/rtems/score/corebarrier.h include/rtems/score/coremsg.h \ 24 include/rtems/score/coremutex.h include/rtems/score/corerwlock.h \ 25 include/rtems/score/coresem.h include/rtems/score/corespinlock.h \ 26 include/rtems/score/heap.h \ 26 27 include/rtems/score/interr.h include/rtems/score/isr.h \ 27 28 include/rtems/score/object.h include/rtems/score/priority.h \ -
cpukit/score/preinstall.am
rf02a0e53 rcbeebc0 169 169 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h 170 170 endif 171 172 171 $(PROJECT_INCLUDE)/rtems/score/address.inl: inline/rtems/score/address.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 173 172 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.inl
Note: See TracChangeset
for help on using the changeset viewer.