summaryrefslogtreecommitdiff
path: root/hurd/building
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-11-18 23:41:15 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-18 23:41:15 +0100
commit1869507b795bd5a52a6b63258f0d266a292fbfbb (patch)
treed4671ba9ca6bd14faf425d8ec2b98150cabdf888 /hurd/building
parent6eb4963e7b1452990ab57607f6846f8585a5ef53 (diff)
Tell how to prepare the source trees for GNU Mach and GNU MIG.
Diffstat (limited to 'hurd/building')
-rw-r--r--hurd/building/cross-compiling.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index c30e79ca..08b1656a 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -76,12 +76,20 @@ guarantee is given. Always the preferred version is listed first.
co -r gnumach-1-branch gnumach
$ mv gnumach gnumach-1-branch
+ Prepare:
+
+ $ ( cd gnumach-1-branch/ && autoreconf -vfi )
+
* `src/mig`: [[GNU_Mach_Interface_Generator|microkernel/mach/mig]]
* CVS `HEAD`
$ cvs -d:pserver:anoncvs@cvs.gnu.org:/cvsroot/hurd co mig
+ Prepare:
+
+ $ ( cd mig/ && autoreconf -vfi )
+
* `src/hurd`: [[GNU_Hurd|hurd]]
* CVS `HEAD`