diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building/cross-compiling.mdwn | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn index dfbda138..d96e94b3 100644 --- a/hurd/building/cross-compiling.mdwn +++ b/hurd/building/cross-compiling.mdwn @@ -202,17 +202,14 @@ should be in place now.* ### Makefile -The following Makefile has been written to automate the above steps. You will require Internet connection and atleast 1.5 GB of hard-disk spaace. Just run: +A [[Makefile]] has been written to automate the above steps. You will require +an Internet connection and atleast 1.5 GiB of hard-disk space. Just run... -<pre> - make -</pre> + make -to build the toolchain. To clean-up, use: +... to build the toolchain. To clean up, use... -<pre> - make clean -</pre> + make clean ### Staying Up-To-Date |