From 0689ac5b005456d31e2fc208737173cac9291342 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 May 2000 13:16:06 +0000 Subject: Modified to correct references to gmake per comment from Stephan Wilms . --- doc/started_ada/buildrt.t | 3 ++- doc/started_ada/gdb.t | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/started_ada') 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=\ --prefix= -gmake all install +make all install @end example Where the list of currently supported of 's and @@ -138,4 +138,5 @@ tools/@value{RTEMS-UNTAR}/README.configure. 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. diff --git a/doc/started_ada/gdb.t b/doc/started_ada/gdb.t index e9307af259..b7a615bf9f 100644 --- a/doc/started_ada/gdb.t +++ b/doc/started_ada/gdb.t @@ -149,9 +149,10 @@ with SIS will be created. From tools/build-sis execute the following command sequence: @example -gmake all install +make all install @end example +NOTE: The @code{make} utility used should be GNU make. @section GDB with PowerPC Instruction Simulator @@ -191,9 +192,10 @@ with PSIM will be created. From tools/build-ppc execute the following command sequence: @example -gmake all install +make all install @end example +NOTE: The @code{make} utility used should be GNU make. @section GDB for DINK32 @@ -227,6 +229,7 @@ gdb Dink32 will be created. From tools/build-dink32 execute the following command sequence: @example -gmake all install +make all install @end example +NOTE: The @code{make} utility used should be GNU make. -- cgit v1.2.3