Updated to point to README.configure for build instructions.

This commit is contained in:
Joel Sherrill
1997-04-25 18:13:00 +00:00
parent 18647b7613
commit 5ed089672b
3 changed files with 8 additions and 8 deletions

10
INSTALL
View File

@@ -2,14 +2,10 @@
# $Id$
#
NOTE: The string <release> should be replaced with
the appropriate release number of RTEMS.
Building RTEMS
==============
See the file README.configure.
This file only discusses the installation of .tgz files.
For more detailed information on the installation of RTEMS,
refer to the Release Notes manual in the file
/pub/rtems/releases/<release>/doc/c_or_ada/relnotes.tgz on
lancelot.gcs.redstone.army.mil.
UNCOMPRESSING .tgz FILES
===========================

View File

@@ -55,7 +55,7 @@ endif
include $(RTEMS_ROOT)/make/main.cfg
MTARGETS = all $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_all) \
clean_wrapup distclean clean_dirs clean_tools install tests clean
clean_wrapup distclean clean_dirs clean_tools install tests clean depend
.PHONY: clean_modules mlink

4
README
View File

@@ -2,6 +2,10 @@
# $Id$
#
Building RTEMS
==============
See the file README.configure.
Directory Overview
==================