From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 21:03:37 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 2EEBDCE1 for ; Sun, 7 Sep 2014 21:03:37 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 103E61C28 for ; Sun, 7 Sep 2014 21:03:36 +0000 (UTC) Received: from [192.168.200.205] (unknown [50.136.155.142]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 05505192906 for ; Sun, 7 Sep 2014 21:03:35 +0000 (UTC) Subject: NO INET6 warning From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-current@freebsd.org Content-Type: text/plain; charset="us-ascii" Date: Sun, 07 Sep 2014 14:03:35 -0700 Message-ID: <1410123815.10027.18.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 07 Sep 2014 21:03:37 -0000 make[4]: "/home/sbruno/bsd/fbsd_head/sys/modules/if_gif/Makefile" line 12: warning: Couldn't read shell's output for "cat /home/sbruno/bsd/obj/mips/mips.mips/home/sbruno/bsd/fbsd_head/sys/WZR-300HP/opt_inet6.h" Shouldn't this cat be done in a saner way? sean