Changeset 4900e0c in rtems
- Timestamp:
- May 17, 2011, 7:57:12 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- d305d75
- Parents:
- 2fa07e02
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r2fa07e02 r4900e0c 1 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * score/Makefile.am, score/preinstall.am: bspsmp.h is now supposed to 4 be installed all the time. Revert part of previous commit. 5 1 6 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/score/Makefile.am
r2fa07e02 r4900e0c 13 13 14 14 include_rtems_HEADERS = include/rtems/debug.h include/rtems/system.h \ 15 include/rtems/seterr.h 16 17 if HAS_SMP 18 include_rtems_HEADERS += include/rtems/bspsmp.h 19 endif 15 include/rtems/seterr.h include/rtems/bspsmp.h 20 16 21 17 include_rtems_scoredir = $(includedir)/rtems/score -
cpukit/score/preinstall.am
r2fa07e02 r4900e0c 31 31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/seterr.h 32 32 33 if HAS_SMP34 33 $(PROJECT_INCLUDE)/rtems/bspsmp.h: include/rtems/bspsmp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) 35 34 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspsmp.h 36 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspsmp.h 37 endif 36 38 37 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp): 39 38 @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
Note: See TracChangeset
for help on using the changeset viewer.