Changeset 3f56f22c in rtems
- Timestamp:
- 09/28/01 13:36:12 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0e053e83
- Parents:
- 0e99592e
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/ChangeLog
r0e99592e r3f56f22c 1 2 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 1 8 2 9 2001-09-27 Eric Norum <eric.norum@usask.ca> -
c/src/exec/score/include/rtems/Makefile.am
r0e99592e r3f56f22c 9 9 include_rtems_HEADERS = debug.h system.h seterr.h 10 10 11 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \11 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 12 12 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 13 13 -
c/src/exec/score/include/rtems/score/Makefile.am
r0e99592e r3f56f22c 22 22 endif 23 23 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \24 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ 25 25 $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) 26 26 -
c/src/exec/score/inline/rtems/score/Makefile.am
r0e99592e r3f56f22c 24 24 25 25 if INLINE 26 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \26 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ 27 27 $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) 28 28 -
c/src/exec/score/macros/rtems/score/Makefile.am
r0e99592e r3f56f22c 24 24 endif 25 25 26 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \26 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ 27 27 $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) 28 28 -
cpukit/score/ChangeLog
r0e99592e r3f56f22c 1 2 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 1 8 2 9 2001-09-27 Eric Norum <eric.norum@usask.ca>
Note: See TracChangeset
for help on using the changeset viewer.