From owner-freebsd-arm@freebsd.org Thu Sep 24 05:15:17 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EBC6A086ED for ; Thu, 24 Sep 2015 05:15:17 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E853A11DB for ; Thu, 24 Sep 2015 05:15:16 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by ykdz138 with SMTP id z138so63601067ykd.2 for ; Wed, 23 Sep 2015 22:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Xys+l85nv5kIwBt9kHIoJ3G0jJUgOeLFIwFdfk6IGFs=; b=bsbDZKW3+s6Lt30tNsBAp1Foy8Tfj/t07H88d2o5j5fwj9TNhlmdRkPUSGfODyLJJ0 QRdAu6j+YpXzgvYTGzf73vQwjVVWJldr+CZuzdBpJ4N9561I94KWJn0AEO5RCyS+Bl+1 myiKsoZ5vOgQSmm9zOSoFDQ5xx9uAGv1npkl7n131XtCQj2R7jTuIzT6qkAsvxzLvdMV nm22j00PdImJGG5QtczFlMjBzh+rtr9KVQnKsg2jrmtNM95AIpt7NT3e5N9xU6U9SkRX NVelOwZMJugEB4Vv+WetLEErglySDl8vSesqyMYGjifEks70zOqXzYgD1uR7+Tht/DIY nQmg== MIME-Version: 1.0 X-Received: by 10.31.151.84 with SMTP id z81mr24383982vkd.14.1443071715993; Wed, 23 Sep 2015 22:15:15 -0700 (PDT) Received: by 10.31.89.135 with HTTP; Wed, 23 Sep 2015 22:15:15 -0700 (PDT) Date: Wed, 23 Sep 2015 22:15:15 -0700 Message-ID: Subject: Building Less? From: Russell Haley To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 05:15:17 -0000 Hi there, I've pivoted back to my ARM board again. I noticed that when I build world, it builds all the man pages and languages and a whole bunch of other stuff. That's not too bad because I have a decent computer, but when I run installworld and install onto an sd card things get really slow. Is there a way to reduce what I am building and installing onto the sd card? Current process: make -DNO_CLEAN TARGET=arm TARGET_ARCH=armv6 -j10 buildworld make -DNO_CLEAN TARGET=arm TARGET_ARCH=armv6 KERNCONF=IMX6 -j10 buildkernel sudo mount /dev/da2s2 /usr/jails/Jailbird/mnt/ufspart make TARGET=arm TARGET_ARCH=armv6 DESTDIR=/mnt/ufspart installworld distribution Thanks, Russ