From owner-freebsd-arm@FreeBSD.ORG Wed Sep 25 11:49:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94E596DF for ; Wed, 25 Sep 2013 11:49:51 +0000 (UTC) (envelope-from army.of.root@gmail.com) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 295972EC5 for ; Wed, 25 Sep 2013 11:49:51 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so3152595eek.11 for ; Wed, 25 Sep 2013 04:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=mMEI3hPdpQjZNy24qxNFvPewVqQXZkuulh8/CNz9Vqo=; b=FnrwE5yxm6xcjwxidjlQn95rJPnyoq9cNV09cFdQ7OtPELQ40Hv3BNvn8baiP86jrs LlBv7PfZoPIf1NZ7yJdCF67hjH7Xgtg7TSQG1YuEkXti/YExog8ncu8kDtSd7WmnG2OP YwiNHLHQ0SZX0XwpsgmvYCseFx8XTvDsCqGanki1AB2DPTPr9pvM9zOEX6GPRRfBBGCg JacbwwLl75W2sYw1KebcM/Yc69vwK646OzkCLqiPe3nJu/+9XF4/maO3nANGgFQZ83kE FJtZjo8dHYgRoV0bzQqvv9onw1rMM94mOFrODvyvhXoJLMb0wpIlYZD2JSJxhOC5w9am esKg== X-Received: by 10.15.35.196 with SMTP id g44mr54973884eev.18.1380109789532; Wed, 25 Sep 2013 04:49:49 -0700 (PDT) Received: from titanium-3.local (ip-176-199-214-162.unitymediagroup.de. [176.199.214.162]) by mx.google.com with ESMTPSA id bn13sm64656746eeb.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 04:49:48 -0700 (PDT) Message-ID: <5242CDD9.9080508@googlemail.com> Date: Wed, 25 Sep 2013 13:49:45 +0200 From: "army.of.root" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: David Cheney Subject: Re: freebsd on beaglebone black, lock reversal panic shortly after first boot References: <23F2AC2E-E8C2-4C2E-8E0E-4F1A31DDA6FA@kientzle.com> <46CCC733-179C-43E3-BDA4-78B3261F8CFF@kientzle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 11:49:51 -0000 Am 13-9-25 03:03 , schrieb David Cheney: > sh crotchet.sh -c config.sh. > > I didn't really make myself clear, is there a way to pass the analog > of make -jN when using crotchet ? > I had the same question some time ago and found that WORLDJOBS=5 in the sonfig.sh sets the -j5 parameter.