Date: Tue, 27 Dec 2005 09:40:55 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bjoern.koenig@spray.se> To: Doug Hardie <bc979@lafn.org> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: make buildworld Message-ID: <43B0FE17.9010308@spray.se> In-Reply-To: <03683319-0CC1-4367-BCBC-29D0D4B97D41@lafn.org> References: <03683319-0CC1-4367-BCBC-29D0D4B97D41@lafn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Hardie schrieb: > I am upgrading a server to 6.0 and encountered an error in make > buildworld. However, I don't know what the error was as I piped stdout > to a file, but not stderr. It was fairly near the end so I really hate > to restart from the beginning again. The master server is a fairly > slow machine. When something like this happens, is there a way to > restart the make where it died? Is there an easy way to build the > specific module that failed to get the complete errors? In this case > the module was /usr/libexec/telnet. I went to /usr/src/ libexec/telnet > and did a make. It completed without any problems. So, I ended up > restarting the make from the top again, but would like to know for > future situations. Thanks. Try "make -DNO_CLEAN buildworld" next time. This prevents the build script from deleting object files in /usr/obj. Regards Björn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43B0FE17.9010308>