summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/started/buildrt.t4
-rw-r--r--doc/started/gdb.t9
-rw-r--r--doc/started/nt.t2
-rw-r--r--doc/started_ada/buildrt.t3
-rw-r--r--doc/started_ada/gdb.t9
5 files changed, 17 insertions, 10 deletions
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index eaf7af70f5..e3d70efcab 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -124,7 +124,7 @@ cd build-rtems
--disable-posix --disable-tcpip --disable-cxx \
--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
@@ -134,4 +134,4 @@ tools/@value{RTEMS-UNTAR}/README.configure.
<INSTALL_POINT> is the installation point from the previous step
"Modify the bit script" in the build of the tools.
-
+NOTE: The @code{make} utility used should be GNU make.
diff --git a/doc/started/gdb.t b/doc/started/gdb.t
index 1052315875..57f3bb1981 100644
--- a/doc/started/gdb.t
+++ b/doc/started/gdb.t
@@ -135,9 +135,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.
@subsection GDB with PowerPC Instruction Simulator
@@ -177,9 +178,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.
@subsection GDB for DINK32
@@ -213,6 +215,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.
diff --git a/doc/started/nt.t b/doc/started/nt.t
index c1805f3c34..7e364b2446 100644
--- a/doc/started/nt.t
+++ b/doc/started/nt.t
@@ -30,7 +30,7 @@ Please be careful when following these instructions.
This installation process works well under Windows NT.
Using Windows 95 or 98 is not recommended although it
-should be possible with version 3.77 of gmake and an updated
+should be possible with version 3.77 of GNU make and an updated
cygwinb19.dll.
This procedure should also work with newer version of
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.
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.