From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 15:56:31 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D76C51065670 for ; Thu, 1 Mar 2012 15:56:31 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 602B08FC08 for ; Thu, 1 Mar 2012 15:56:31 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so847048bkc.13 for ; Thu, 01 Mar 2012 07:56:30 -0800 (PST) Received-SPF: pass (google.com: domain of rank1seeker@gmail.com designates 10.204.136.197 as permitted sender) client-ip=10.204.136.197; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rank1seeker@gmail.com designates 10.204.136.197 as permitted sender) smtp.mail=rank1seeker@gmail.com; dkim=pass header.i=rank1seeker@gmail.com Received: from mr.google.com ([10.204.136.197]) by 10.204.136.197 with SMTP id s5mr3095461bkt.9.1330617390515 (num_hops = 1); Thu, 01 Mar 2012 07:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=K+lVykjbAL3/0KU4xYPxQV8W3CgybVPjo1o/gsSE7RU=; b=kh1GV4N3yt3njC7Ds2D7bYg/IJJQucxZf5E5TJ3MoOHtE45uJShStOMjcKwjUJLpoZ 6fgNzNk6y9Q+0s0ExfC5fd/RYrLqRMOghQ7Q4d57kuc2KiFqDgx6icUv+rIJhkP4QcBV dJbIZYCJ8WSe37s3c1LNCs9xPieFVHegpVQmA= Received: by 10.204.136.197 with SMTP id s5mr2489764bkt.9.1330617390352; Thu, 01 Mar 2012 07:56:30 -0800 (PST) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id jc4sm4387093bkc.7.2012.03.01.07.56.27 (version=SSLv3 cipher=OTHER); Thu, 01 Mar 2012 07:56:29 -0800 (PST) Message-ID: <20120301.155632.137.2@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Thu, 01 Mar 2012 16:56:32 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) Cc: Subject: src builds and STDERR X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 15:56:31 -0000 When building world and kernel, I was pissed off with endless amount of = output, as it also makes my eyes into rolling, thus decided to care only = for errors.=0D=0ASo I've redirected STDOUT to /dev/null.=0D=0AUpon error, = there is JUST 1 single line of output. Something like:=0D=0A----=0D=0A* 1 = error=0D=0A----=0D=0AAnd that is. Nothing else. No way to figure out, = what went wrong!.=0D=0A=0D=0AWhy this hasn't been properly = implemented?=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6