From patchwork Sun Apr 13 20:42:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 338786 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8A9A21400A4 for ; Mon, 14 Apr 2014 06:43:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 033E6313F8; Sun, 13 Apr 2014 20:43:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bkv18avg5UdV; Sun, 13 Apr 2014 20:43:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3C40131A03; Sun, 13 Apr 2014 20:43:00 +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 F24C81BF867 for ; Sun, 13 Apr 2014 20:42:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EDB7A83D7E for ; Sun, 13 Apr 2014 20:42:54 +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 sfj1M3FDIpXc for ; Sun, 13 Apr 2014 20:42:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 432F0837F6 for ; Sun, 13 Apr 2014 20:42:54 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id d1so3182192wiv.3 for ; Sun, 13 Apr 2014 13:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=pzn4tMcCl8eegrLhGu9U5Cq2iCluBgVqx/pgcQLlBXM=; b=WvdR4M1mGVBTTEY+nBdyyiJqd+SvphHTmSgP24Lb01C6DwjDY/Zz8g9PONp52JMsFn PX7NNG42+kQHHny1v3xDKEBEDeP1/BaYIPkYVpzu7Hn48DcpHy04ZJa/N9gVCNHqX51K L3gjYPyaCqmlVqsHvhcOWAPFNvohpetPzNgG3JWxEkeOvfpGpGu3/g5/iLVOvmuEPKgH 54rQbXuPFcz+vsGwzvzGcEW1xAvhgXZ/9tnsHz9cTszBPRABfz8SHNo2+yk1oyl8mD1H KdMMGss3gJorpiEfykM03TB8+T2IqZ5w0iF5Sksw+0XP/6hA/ovIOFucI3jLeXVRlaCf KrrA== X-Received: by 10.194.57.38 with SMTP id f6mr173780wjq.59.1397421772754; Sun, 13 Apr 2014 13:42:52 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id cw2sm21801083wjb.39.2014.04.13.13.42.51 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Apr 2014 13:42:52 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 13 Apr 2014 22:42:40 +0200 Message-Id: <53842f4d578cc6d1ab9ca744a954800e95a11316.1397421554.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 4/6] manual: document BR2_GRAPH_DEPTH X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Acked-by: Samuel Martin --- docs/manual/common-usage.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index d9de598..c9d5eb9 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -96,6 +96,8 @@ to +make+ or set in the environment: build-time graphs * +BR2_GRAPH_OUT+ to set the filetype of generated graphs, either +pdf+ (the default), or +png+. +* +BR2_GRAPH_DEPTH+ (an integer) to limit the depth of the dependency graph. + The default, +0+, is to not limit the depth. An example that uses config files located in the toplevel directory and in your $HOME: