Changeset 0e053e83 in rtems
- Timestamp:
- 09/28/01 13:36:26 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0387547
- Parents:
- 3f56f22c
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/ChangeLog
r3f56f22c r0e053e83 1 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * include/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 7 1 8 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/sapi/include/Makefile.am
r3f56f22c r0e053e83 7 7 include_HEADERS = confdefs.h 8 8 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \9 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 10 10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 11 11 -
c/src/exec/sapi/include/rtems/Makefile.am
r3f56f22c r0e053e83 10 10 sptables.h 11 11 12 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \12 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 13 13 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 14 14 -
c/src/exec/sapi/inline/rtems/Makefile.am
r3f56f22c r0e053e83 9 9 include_rtems_HEADERS = extension.inl 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/sapi/macros/rtems/Makefile.am
r3f56f22c r0e053e83 12 12 include_rtems_HEADERS = $(I_FILES) 13 13 14 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \14 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 15 15 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 16 16 -
cpukit/sapi/ChangeLog
r3f56f22c r0e053e83 1 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * include/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. 7 1 8 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/sapi/include/Makefile.am
r3f56f22c r0e053e83 7 7 include_HEADERS = confdefs.h 8 8 9 PREINSTALL_FILES += $(PROJECT_INCLUDE) \9 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 10 10 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 11 11
Note: See TracChangeset
for help on using the changeset viewer.