Changeset 074225ba in rtems
- Timestamp:
- 09/27/01 19:29:38 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 333694cd
- Parents:
- 5d9a3f1
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r5d9a3f1 r074225ba 1 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Use 'CLEANFILES ='. 4 * include/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * console/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * Makefile.am: Use 'TMPINSTALL_FILES ='. 7 1 8 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/i386/pc386/Makefile.am
r5d9a3f1 r074225ba 16 16 $(mkinstalldirs) $@ 17 17 18 TMPINSTALL_FILES += $(PROJECT_RELEASE)/BootImgs18 TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs 19 19 20 20 EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5 -
c/src/lib/libbsp/i386/pc386/console/Makefile.am
r5d9a3f1 r074225ba 20 20 include $(top_srcdir)/../../../../../../automake/lib.am 21 21 22 PREINSTALL_FILES += $(PROJECT_INCLUDE) \22 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 23 23 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 24 24 -
c/src/lib/libbsp/i386/pc386/include/Makefile.am
r5d9a3f1 r074225ba 15 15 coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 16 16 cp $< $@ 17 CLEANFILES += coverhd.h17 CLEANFILES = coverhd.h 18 18 19 19 $(PROJECT_INCLUDE): … … 23 23 $(INSTALL_DATA) $< $@ 24 24 25 PREINSTALL_FILES += $(PROJECT_INCLUDE) \25 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 26 26 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 27 27
Note: See TracChangeset
for help on using the changeset viewer.