diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 20:14:51 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-15 20:14:51 +0200 |
commit | d2ce6701e1105697c5e36afca80bd70761f59ad9 (patch) | |
tree | 4ba7c438e108184a7651fc534c238bf4309719ce /microkernel | |
parent | aff1267603b331b7a22a200e0363bee1ca61b0f6 (diff) | |
parent | 56681cf134c09235c18e39b29c063606138b6823 (diff) | |
download | web-d2ce6701e1105697c5e36afca80bd70761f59ad9.tar.gz web-d2ce6701e1105697c5e36afca80bd70761f59ad9.tar.bz2 web-d2ce6701e1105697c5e36afca80bd70761f59ad9.zip |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach/gnumach/building.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index 0f328bb7..8a23934b 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -63,7 +63,7 @@ You can now reboot your computer and enjoy the new kernel. Building GNU Mach requires a C compiler, a _static_ 32 bit standard C library, your favourite flavor of awk (gawk) and GNU make. -First, create the configuartion files: +First, create the configuration files: $ cd gnumach $ autoreconf --install |