From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 13:48:48 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D27A1065672 for ; Fri, 25 Feb 2011 13:48:48 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6A48FC1B for ; Fri, 25 Feb 2011 13:48:46 +0000 (UTC) Received: by bwz12 with SMTP id 12so2228766bwz.13 for ; Fri, 25 Feb 2011 05:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=tjqzjipWumRd/jO9n1l1PkJK7cK6kcvWqrLxSA6e+ZU=; b=vMP8LhB2vKOoGCh1pVvRB1k0+82VZJIO02aumGFUnost394JSW9xYNCpe8lYsQdYFW INyHgMwl3jjvmxcV2My2XYq38uBqRILlQeqsdE+vbkZ4zU3djX5OvXErg03NHQr23DTE lI1edFAx7+WK0VYJZUmfMqGTqBd9uSh5nO3ag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=OVRi2LCnt3GblxCtPm6HxYNoFjI4DS79m24G6iQohc0YI1H7AHCOxtFRkBrjYsbwf2 PPxExtbWfYoGKLa0Q+SZrwEfhlAOBQEE+NSnGVGEoYgVwR6zzOGZBRgnr3knllQyfbd5 wruQXCao9k5xBn9jvbb6BPF/HMGyurS+Z7Jbs= Received: by 10.204.70.137 with SMTP id d9mr2011191bkj.141.1298640246117; Fri, 25 Feb 2011 05:24:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.68.206 with HTTP; Fri, 25 Feb 2011 05:23:36 -0800 (PST) In-Reply-To: References: From: Chris Rees Date: Fri, 25 Feb 2011 13:23:36 +0000 Message-ID: To: Redd Vinylene Content-Type: text/plain; charset=ISO-8859-1 Cc: questions Subject: Re: Kernel compiling problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 13:48:48 -0000 On 25 February 2011 11:21, Redd Vinylene wrote: > Heya! > > Anybody know what's wrong with this? > > ## make buildworld buildkernel KERNCONF=NINJA > Have you successfully used NINJA to build a kernel before? Chris