summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL12
-rw-r--r--Makefile.in2
-rw-r--r--README4
3 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 2dcc27f9c5..fdd814b25a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,14 +2,10 @@
# $Id$
#
-NOTE: The string <release> should be replaced with
- the appropriate release number of RTEMS.
-
-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.
+Building RTEMS
+==============
+See the file README.configure.
+
UNCOMPRESSING .tgz FILES
===========================
diff --git a/Makefile.in b/Makefile.in
index 15a8295598..1c7858261d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
diff --git a/README b/README
index 02931b8bcb..d13a9e2443 100644
--- a/README
+++ b/README
@@ -2,6 +2,10 @@
# $Id$
#
+Building RTEMS
+==============
+See the file README.configure.
+
Directory Overview
==================