From b419217fd49b827b8e5c8c8f1dd9f844083835d2 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 30 Apr 2003 20:24:00 +0000 Subject: none --- Mach/BuildingOskitMach.mdwn | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 84503843..34054a6d 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -57,11 +57,9 @@ All development, apart from critical bug fixes, is done on the upcoming 2.0 rele In case you have been tracking the oskit-branch and want to move to the current `HEAD` branch you can issue the following instead to update your tree. $ cd - $ cvs -z3 update -r HEAD -Pd + $ cvs -z3 update -Pd -A -Where <YOUR MACH DIR> can be `gnumach`, `oskit-mach`, or similar. - -_Using `-r HEAD` is a bad thing because this setting is sticky. The right way to get out of a branch is with `update -A`. Ref: `info (cvs)Sticky tags`._ -- [[Main/LaloMartins]] - 01 Jan 2003 +Where `` can be `gnumach`, `oskit-mach`, or similar. The `-A` is what moves you from a branch to the default (in this case HEAD), but without forcing a specific tag. `-P` Prunes your local copy from stale directories and `-d` creates new directories for you. **_The Hurd servers:_** @@ -163,29 +161,3 @@ See the [[Mach/RemoteDebugOskitMach]] page. * [[ATTACHURLmodulesx86pc]]: Modules to build in OSKit * [[ATTACHURLmodules-lightx86pc]]: Lighter version of required modules for building GNUmach - ----- - -## Comments: - -_I think this is a bug that you have to specify $prefix/lib/oskit as OSKIT\_LIBDIR when configuring oskit-mach. Libdir is usually just $prefix/lib._ -- [[Main/MichalSuchanek]] - -_I think not. The $prefix variable in autoconf comes from the --prefix option to configure, that in turn is intended as the prefix path to the installation of the package you are configuring, i.e. oskit-mach and **NOT** the OSKit itself_ -- [[Main/JoachimNilsson]] - -_I refer to the $prefix value at the time oskit is built. Of course, you can choose a different prefix for oskit-mach._ -- [[Main/MichalSuchanek]] - -_I see, it was not that clear the context of your first comment, well anyhow when reality changes so will this page. :)\__ -- [[Main/JoachimNilsson]] - ----- - -## Document history: - - First version. -- [[Main/JoachimNilsson]] - 14 May 2002 - -Updated by: -- [[Main/LuisBustamante]] - 04 Jun 2002 - -Moving from oskit-branch to HEAD. -- [[Main/JoachimNilsson]] - 05 Jun 2002 - -Add instructions on compiling MiG. -- [[Main/OgnyanKulev]] - 15 Dec 2002 - -Replaced commands' prompt # with $ and other minor changes. -- [[Main/OgnyanKulev]] - 20 Dec 2002 -- cgit v1.2.3