summaryrefslogtreecommitdiff
path: root/Mach/BuildingOskitMach.mdwn
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-04-30 20:24:00 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-04-30 20:24:00 +0000
commitb419217fd49b827b8e5c8c8f1dd9f844083835d2 (patch)
tree66063d1d3c95525f3e0752b611d75d7fc333018f /Mach/BuildingOskitMach.mdwn
parent3d222456ae131da877fc9f20048d87e12561078e (diff)
none
Diffstat (limited to 'Mach/BuildingOskitMach.mdwn')
-rw-r--r--Mach/BuildingOskitMach.mdwn32
1 files 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 <YOUR MACH DIR>
- $ cvs -z3 update -r HEAD -Pd
+ $ cvs -z3 update -Pd -A
-Where &lt;YOUR MACH DIR&gt; 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 `<YOUR MACH DIR>` 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
-
-----
-
-## <a name="Comments_"> Comments: </a>
-
-_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]]
-
-----
-
-## <a name="Document_history_"> Document history: </a>
-
- 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