From 1869507b795bd5a52a6b63258f0d266a292fbfbb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 18 Nov 2007 23:41:15 +0100 Subject: Tell how to prepare the source trees for GNU Mach and GNU MIG. --- hurd/building/cross-compiling.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hurd/building') 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` -- cgit v1.2.3