From owner-freebsd-current@FreeBSD.ORG Wed Nov 28 04:40:30 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AFB5E32 for ; Wed, 28 Nov 2012 04:40:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id 8C38F8FC12 for ; Wed, 28 Nov 2012 04:40:29 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hq7so4431955wib.1 for ; Tue, 27 Nov 2012 20:40:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=zjnkv1+I+yKOSbkmIptoXpT5lwPponteRK4FzKQpaMs=; b=kQNkfP7vPgeFaPCsG2zbgaA7ybfoRgl/c4g+GGo4gxzcJMsU8c4TR6hyBcnDjPadrG ye80XfTMI6BXrz15wsVIwLSzcXHGVXjjwAC2wOEoBJIMQt+SZYD3yEj/H3X+XfGrrSHv bTTf2I4C0afPavYZ6Nh/nK69dKnC7+A6iKuTngxTmvM3QPPa6ZOLe6VlrvauU5/zk9GX P7sisA45gIT1XP4Xh7ruxJ/JBHcKVk3eNItMBS6UM41lVfepeYCrLrnELbfLIV++x5Xe CUujJtqwL+yEbdVXoiWGwYMxOtRClLKhGF9iF0fYHneVRV3e0YGRtEWxdJl/ML4JEQDY z/sQ== MIME-Version: 1.0 Received: by 10.180.78.1 with SMTP id x1mr26334243wiw.17.1354077628154; Tue, 27 Nov 2012 20:40:28 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Tue, 27 Nov 2012 20:40:28 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Nov 2012 20:40:28 -0800 X-Google-Sender-Auth: WaZ4D8XwX_Wfz76dO3evyC85WVU Message-ID: Subject: Re: Is cross-world building broken? From: Adrian Chadd To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 04:40:30 -0000 .. so, Nathan Whitehorn discovered that DESTDIR should be specified in environment, not on the command line. He's also got a patch to address this: http://www.pastebin.ca/2257413 So - what's the correct place to put each of the build options? Is this documented somewhere? Adrian