From patchwork Sun Oct 19 18:04:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 400805 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id F0458140096 for ; Mon, 20 Oct 2014 05:05:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E0E5D950F2; Sun, 19 Oct 2014 18:05:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JIbEeIRmalhP; Sun, 19 Oct 2014 18:05:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2986995110; Sun, 19 Oct 2014 18:05:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CD3061C1E6B for ; Sun, 19 Oct 2014 18:05:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CD01791790 for ; Sun, 19 Oct 2014 18:05:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y6jxg2yXR6g2 for ; Sun, 19 Oct 2014 18:05:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 192A6917E0 for ; Sun, 19 Oct 2014 18:05:02 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hi2so4612569wib.14 for ; Sun, 19 Oct 2014 11:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MPokLtlU621URZy5Xd1wqezg/4gnktBZ5U/j2eDb7ec=; b=RADjW031f3WcxgQoQqGoC3VQ2NhcqHIBo8GwFM2cBsxsiiqDmwNruFsrF3yPR/8gg1 hK7d5oV93Z8e3QrkNd0Ee1kEh8nPYa9tP/nCdYTNXp0UcoGXHqnnNczzeYIe+2Sa9h+F qe7dO9dEA0YkIJEyUzK+QdbORgljglL3Na+XkuRM+spzWgF5YTHZ+7P8rQ2mMLLjXprl 5GANh/S0dokf2u2SPioyIIwCl6whdlcnLmnM71KSOS34wtm0Uw6PNuTSgEukApy4xMHu 0lXiHWzU+J1cDGXFU2HX4Pr8PKqBGQBx+7Ur9BTa3++KXEPGl66GwBpprBpq+RMS411t ABtg== X-Received: by 10.194.239.164 with SMTP id vt4mr2965555wjc.131.1413741901635; Sun, 19 Oct 2014 11:05:01 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id y5sm6926927wij.0.2014.10.19.11.05.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Oct 2014 11:05:00 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sun, 19 Oct 2014 20:04:38 +0200 Message-Id: <1413741891-30113-3-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> References: <1413741891-30113-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 02/15] package/pkg-cmake.mk: disable colouring the output X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Because cmake was the only build-system supporting this feature, it has been disabled for the target packages. For consistency, this patch does the same for host package too. Signed-off-by: Samuel Martin --- package/pkg-cmake.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index 3c5d4fe..c8735ef 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -95,6 +95,7 @@ define $(2)_CONFIGURE_CMDS -DCMAKE_C_FLAGS="$$(HOST_CFLAGS)" \ -DCMAKE_CXX_FLAGS="$$(HOST_CXXFLAGS)" \ -DCMAKE_EXE_LINKER_FLAGS="$$(HOST_LDFLAGS)" \ + -DCMAKE_COLOR_MAKEFILE=OFF \ -DBUILD_DOC=OFF \ -DBUILD_DOCS=OFF \ -DBUILD_EXAMPLE=OFF \