From owner-freebsd-current@freebsd.org Tue May 16 06:03:20 2017 Return-Path: Delivered-To: freebsd-current@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 A4B9CD6F11F for ; Tue, 16 May 2017 06:03:20 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::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 3DA8DDCD for ; Tue, 16 May 2017 06:03:20 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id b84so116590290wmh.0 for ; Mon, 15 May 2017 23:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=UAZUOK8T6CQc0NE/HimgADNu9ggKVhAN3XUMZ+W5AyQ=; b=LZQxeukbSlHdD+KSxlupQiASLHeQWxiGuD5rfP2Pd36tJ4HEkRn5vwKHN3aPy5FwEJ d78p4uYJiB9BKrhVUWU1JovjZrDaoKNevctvfMIkyxCzg5N5DT8zVBaee0daSos9FNH9 SI75etpRF6VW6Ax+v/uMbaipGgqyer2osFE4wmyG1x2OR0K64NcRTyv/PJhlkmpDN7io Cffm8oUUEoGruEBd/tujxhcG99bYU3UM0yKNWasJ/eCCNKneEV/NHEgCV06tGZIiP+64 lSx0CmLYK+O86IC0s8m81zhp9Wbs3Cfrov2k9IH80kYKkXJCMaLTVwg1Zitj8APj+G8N SC4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=UAZUOK8T6CQc0NE/HimgADNu9ggKVhAN3XUMZ+W5AyQ=; b=RrDacfrPrpqlTySqIiveAdxpfMbDz3ST0Xe5k3KLFIvuvEPQ2hQH9+Ngysv7rB3AFF dlfWFXyLDI9S9qf3Jbc4wEQxCfUFRxqX9VRqZYGc5t/4pa3dNRzIuT6bffQwE9oidpIe pK4p3JMv+KXu9rG0Y7BrsidgCbqJAsq4Yuw003FEFXIiou/Y6SIQFxe+z/u8Nbsjsw9L Za7tf2RtqeyHBi/2LpyoG1CpeLnP45lAZ/hgWczwWxocVXQqrQVOvCSSKd8PjVLhDJUa cJstTz+DSEHOBN11CEjkoXe4jggieiHl50SO02BFfhRlHW1tt89NMqCBmHIsjvU10tG/ 6foA== X-Gm-Message-State: AODbwcBI/qvq2sagUPUXFsd3XVL8y6xIENnu8WAwwnMsFRis57SZUapw xfFCEAk+NbmlZ+LfgNn4ZrpMkSEsCQ== X-Received: by 10.223.148.132 with SMTP id 4mr7880430wrr.119.1494914598543; Mon, 15 May 2017 23:03:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.164.11 with HTTP; Mon, 15 May 2017 23:03:18 -0700 (PDT) From: Johannes Lundberg Date: Tue, 16 May 2017 08:03:18 +0200 Message-ID: Subject: build src with colored output? To: freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 16 May 2017 06:03:20 -0000 Hi I'm sure this has been discussed but my Google-fu couldn't find me any information.. I get colored output when building kernel with a single thread, however, for -j > 1 colored output is disabled. Anyone know what's the reason for this? /Johannes