From owner-freebsd-stable@FreeBSD.ORG Fri Oct 22 18:51:41 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28F0A106564A for ; Fri, 22 Oct 2010 18:51:41 +0000 (UTC) (envelope-from sector214@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A6C488FC15 for ; Fri, 22 Oct 2010 18:51:40 +0000 (UTC) Received: by wyb42 with SMTP id 42so1143115wyb.13 for ; Fri, 22 Oct 2010 11:51:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=NEiwQWXS8KoD+I+rn5/DC8Bq4ASRC1um8sZY8xPSOV0=; b=S2fJeZDx0D/8sZIjiyjheGcHylHqU7SJwPzMCIkU2qQS0ZuF2yt/4A2Gnn0LacSNqV SmqPRdWHLtWTOMn99oOrHdU0iBq5PyswpY6X9hzliJ9NF6KnaX8aWDKhFprCC0avm7D7 E/kCENLpMv8EM4pNAIa+ROFVCCkne//LGr7IE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Fv54Xql/zK8w1nGAUQCE8loZS/zjHbWyO+ZviEIllNe2L7W9s+Jjif3fgFrHJqSBdm Ssp/IXaF2Z/romA97nxM/nHUXI+o0fBvQeNW8ujY0E0sXXYwbCKC0o7u3Dnkyz0LJQX0 ZYWeasI3ZKxxKIA2cfSQduZM9HtJpofFHBtss= MIME-Version: 1.0 Received: by 10.227.137.76 with SMTP id v12mr545375wbt.16.1287773499363; Fri, 22 Oct 2010 11:51:39 -0700 (PDT) Received: by 10.227.42.36 with HTTP; Fri, 22 Oct 2010 11:51:39 -0700 (PDT) In-Reply-To: <4CC1BDBE.2020008@icyb.net.ua> References: <4CC1A850.5060601@icyb.net.ua> <4CC1BDBE.2020008@icyb.net.ua> Date: Fri, 22 Oct 2010 14:51:39 -0400 Message-ID: From: Simon Chang To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: Correct procedure for cross-compilation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 18:51:41 -0000 > > I got your point the first time. > The idea is to run installworld on your fast machine. You did everything > correctly for the build, BTW. > I guess that you should be able now to see how to use DESTDIR in that case > :-) > > P.S. there is something unconventional about how your mail client handles > quoting > of replied to emails. > -- > Andriy Gapon > Andriy, 1) About mail client: Sorry, but I am just using GMail's interface to email with you. Nothing weird here. 2) Based on what you are saying, am I correct that I should export the root from the slower machine, and then use installworld/kernel on the fast machine while setting DESTDIR=/ ??? SC