summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-09-15 05:26:12 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-15 05:26:12 +0200
commitd5ae18f16370d7b53412c3aebfdf7df90cb81213 (patch)
tree7bacc9c3a31f1b712d0fe4c3790f585445acccce
parent9b6a5bd202ca8f0a99b9d3a17ea3e077aa7fcf41 (diff)
hurd/translator/procfs: How to build jkoenig's procfs.
-rw-r--r--hurd/translator/procfs.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn
index bc22530f..4f882674 100644
--- a/hurd/translator/procfs.mdwn
+++ b/hurd/translator/procfs.mdwn
@@ -33,6 +33,15 @@ version](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00165.html).
This can be found in <http://git.savannah.gnu.org/cgit/hurd/procfs.git/>,
branch *jkoenig/master*.
+Testing it is as simple as this:
+
+ $ git clone git://git.savannah.gnu.org/hurd/procfs.git
+ $ cd procfs/
+ $ git checkout jkoenig/master
+ $ make
+ $ settrans -ca proc procfs --compatible
+ $ ls -l proc/
+
# Internals