summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/buildrt.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-02 13:16:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-02 13:16:06 +0000
commit0689ac5b005456d31e2fc208737173cac9291342 (patch)
tree1801516b3478df5c0bd450099bc4be37c9cbdc8d /doc/started_ada/buildrt.t
parentRTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory. (diff)
downloadrtems-0689ac5b005456d31e2fc208737173cac9291342.tar.bz2
Modified to correct references to gmake per comment from Stephan Wilms
<Stephan.Wilms@CWA.de>.
Diffstat (limited to 'doc/started_ada/buildrt.t')
-rw-r--r--doc/started_ada/buildrt.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/started_ada/buildrt.t b/doc/started_ada/buildrt.t
index 4321b1b093..9d5b95e150 100644
--- a/doc/started_ada/buildrt.t
+++ b/doc/started_ada/buildrt.t
@@ -128,7 +128,7 @@ cd build-rtems
--enable-posix \
--enable-rtemsbsp=<BOARD_SUPPORT_PACKAGE>\
--prefix=<INSTALL_POINT>
-gmake all install
+make all install
@end example
Where the list of currently supported of <TARGET_CONFIGURATION>'s and
@@ -138,4 +138,5 @@ tools/@value{RTEMS-UNTAR}/README.configure.
<INSTALL_POINT> is the installation point from the previous step
"Modify the bit_ada Script" in the build of the tools.
+NOTE: The @code{make} utility used should be GNU make.