diff --git a/INSTALL b/INSTALL index 2dcc27f9c5..fdd814b25a 100644 --- a/INSTALL +++ b/INSTALL @@ -2,14 +2,10 @@ # $Id$ # -NOTE: The string 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//doc/c_or_ada/relnotes.tgz on -lancelot.gcs.redstone.army.mil. 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 ==================