Changeset 5ed08967 in rtems
- Timestamp:
- 04/25/97 18:13:00 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f8f5106
- Parents:
- 18647b7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r18647b7 r5ed08967 3 3 # 4 4 5 NOTE: The string <release> should be replaced with 6 the appropriate release number of RTEMS. 5 Building RTEMS 6 ============== 7 See the file README.configure. 7 8 8 This file only discusses the installation of .tgz files.9 For more detailed information on the installation of RTEMS,10 refer to the Release Notes manual in the file11 /pub/rtems/releases/<release>/doc/c_or_ada/relnotes.tgz on12 lancelot.gcs.redstone.army.mil.13 9 14 10 UNCOMPRESSING .tgz FILES -
Makefile.in
r18647b7 r5ed08967 56 56 57 57 MTARGETS = all $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_all) \ 58 clean_wrapup distclean clean_dirs clean_tools install tests clean 58 clean_wrapup distclean clean_dirs clean_tools install tests clean depend 59 59 60 60 .PHONY: clean_modules mlink -
README
r18647b7 r5ed08967 2 2 # $Id$ 3 3 # 4 5 Building RTEMS 6 ============== 7 See the file README.configure. 4 8 5 9 Directory Overview
Note: See TracChangeset
for help on using the changeset viewer.