Changeset 2b21dbc in rtems
- Timestamp:
- 09/27/01 13:23:03 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1707a04
- Parents:
- de05cbb9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/unix/ChangeLog
rde05cbb9 r2b21dbc 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 4 1 5 2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/score/cpu/unix/rtems/score/Makefile.am
rde05cbb9 r2b21dbc 22 22 CLEANFILES = unixsize.h 23 23 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \24 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ 25 25 $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \ 26 26 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) -
cpukit/score/cpu/unix/ChangeLog
rde05cbb9 r2b21dbc 1 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. 4 1 5 2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6
Note: See TracChangeset
for help on using the changeset viewer.