morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 2acea853d201f39a203647c4730165485f7de065
parent 0c36dab8a92d67bb5426626ff5006a5b9be604a4
Author: sin <sin@2f30.org>
Date:   Mon,  3 Mar 2014 17:36:28 +0000

Add debugging section in README

Diffstat:
MREADME | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -8,7 +8,7 @@ To build morpheus you currently need an x86_64 based host with multilib support or an x86 host. You will need to have mk(1) from 9base or plan9port. -Please review `config.mk' prior to building and adjust any parameters. +Please review config.mk prior to building and adjust any parameters. To build everything: @@ -63,4 +63,15 @@ Login with root and an empty password. To obtain binary images go to http://dl.2f30.org/morpheus-img/ +Debugging +--------- + +In some cases you may want to set NPROC to 1 in order to get sane +build output. You may also have to set nprocs to 1. You can then use +something like the following: + + mk world 2>&1 | tee -a output.log + +or similarly if you are trying to build an individual package. + Enjoy!