From ce68e01b053e29788f010daca627913048c64336 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 25 Nov 2007 16:07:49 +0100 Subject: hurd/building/cross-compiling: Use proper ikiwiki (Markdown) syntax. Link to the `Makefile'. --- hurd/building/cross-compiling.mdwn | 13 +++++-------- 1 file 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... -
-  make
-
+ make -to build the toolchain. To clean-up, use: +... to build the toolchain. To clean up, use... -
-  make clean
-
+ make clean ### Staying Up-To-Date -- cgit v1.2.3