diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-25 16:07:49 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-25 16:07:49 +0100 |
commit | ce68e01b053e29788f010daca627913048c64336 (patch) | |
tree | 85c36faefe62e40ea0590dd387543d58c9591f49 /hurd | |
parent | 6d9c10d4544a07337b6eeff7ff2880b06e63a313 (diff) |
hurd/building/cross-compiling: Use proper ikiwiki (Markdown) syntax. Link to the `Makefile'.
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 |