Changeset aea9bb46 in rtems
- Timestamp:
- 09/28/01 13:34:40 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 52b3ff6
- Parents:
- e747aaf8
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
re747aaf8 raea9bb46 1 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * untar/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * monitor/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * shell/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * devnull/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='. 8 * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='. 9 * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='. 10 * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='. 11 * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='. 12 * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='. 13 1 14 2001-09-27 Joel Sherrill <joel@OARcorp.com> 2 15 -
c/src/libmisc/cpuuse/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
c/src/libmisc/devnull/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
c/src/libmisc/dumpbuf/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
c/src/libmisc/monitor/Makefile.am
re747aaf8 raea9bb46 43 43 $(make-library) 44 44 45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \45 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 46 46 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 47 47 -
c/src/libmisc/mw-fb/Makefile.am
re747aaf8 raea9bb46 34 34 $(make-library) 35 35 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \36 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 37 37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 38 38 -
c/src/libmisc/rootfs/Makefile.am
re747aaf8 raea9bb46 31 31 $(make-library) 32 32 33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \33 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 34 34 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 35 35 -
c/src/libmisc/rtmonuse/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
c/src/libmisc/shell/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
c/src/libmisc/stackchk/Makefile.am
re747aaf8 raea9bb46 34 34 $(make-library) 35 35 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \36 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 37 37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 38 38 -
c/src/libmisc/untar/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/ChangeLog
re747aaf8 raea9bb46 1 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * untar/Makefile.am: Use 'PREINSTALL_FILES ='. 4 * monitor/Makefile.am: Use 'PREINSTALL_FILES ='. 5 * shell/Makefile.am: Use 'PREINSTALL_FILES ='. 6 * devnull/Makefile.am: Use 'PREINSTALL_FILES ='. 7 * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='. 8 * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='. 9 * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='. 10 * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='. 11 * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='. 12 * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='. 13 1 14 2001-09-27 Joel Sherrill <joel@OARcorp.com> 2 15 -
cpukit/libmisc/cpuuse/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/devnull/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/dumpbuf/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/monitor/Makefile.am
re747aaf8 raea9bb46 43 43 $(make-library) 44 44 45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \45 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 46 46 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 47 47 -
cpukit/libmisc/mw-fb/Makefile.am
re747aaf8 raea9bb46 34 34 $(make-library) 35 35 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \36 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 37 37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 38 38 -
cpukit/libmisc/rtmonuse/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/shell/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37 -
cpukit/libmisc/stackchk/Makefile.am
re747aaf8 raea9bb46 34 34 $(make-library) 35 35 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \36 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 37 37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 38 38 -
cpukit/libmisc/untar/Makefile.am
re747aaf8 raea9bb46 33 33 $(make-library) 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \35 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 36 36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 37 37
Note: See TracChangeset
for help on using the changeset viewer.