From patchwork Wed Jul 17 06:25:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 259601 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 76B722C00C0 for ; Wed, 17 Jul 2013 16:26:49 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to; q=dns; s=default; b=fHJWcmGMLBGdlKIlMs vQyLxI3Sk363xkTEG/Vsf31ulfgOK3eTgYQ5IfX2Szin/sHB9aBOjM487x+/Hzr2 3dWPg64K1yaEsrZ5QlKuHqzjMHLRffUUTEI+6oOex6suVOZl0Nt4lk+fAYJhE5eR 7mv61/IVq9UMsIyUFi5/TdL/8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to; s=default; bh=rDDJYLn+g3gf+/Nj8cOMccoM 8gc=; b=rU8HO0pvtMacTnrw643ArCyZJ1+BxIB+fghVHZp5KD/pCrUD1BeF++xC S0HuONLPoUrMF00/UpWfX2fykjW6rWAZzgQM7rynHOkdd6BL/zT0kEJb7fn1GDnw FLHpUtn93/nL49DhOjBTZDXjjBGXtKyxI/McgbB7WlyvDc9z86w= Received: (qmail 10861 invoked by alias); 17 Jul 2013 06:26:11 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 10810 invoked by uid 89); 17 Jul 2013 06:26:11 -0000 X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_20, FREEMAIL_FROM, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, RDNS_NONE, SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ee0-f52.google.com) (74.125.83.52) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Jul 2013 06:26:10 +0000 Received: by mail-ee0-f52.google.com with SMTP id c50so816334eek.11 for ; Tue, 16 Jul 2013 23:26:02 -0700 (PDT) X-Received: by 10.15.35.129 with SMTP id g1mr4941067eev.2.1374042362079; Tue, 16 Jul 2013 23:26:02 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id o5sm8195211eef.5.2013.07.16.23.26.00 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 23:26:01 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 2 of 2] docs/help: rename defconfig/olddefconfig into savedefconfig/defconfig X-Mercurial-Node: 0c1dff89c9ee1672693f9cf5b71a01709ce4f7df Message-Id: <0c1dff89c9ee1672693f.1374042343@BEANTN0L019720> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 17 Jul 2013 08:25:43 +0200 From: Thomas De Schampheleire To: crossgcc@sourceware.org, yann.morin.1998@free.fr After commit 15f57d843296e244487ac0845a73247f9d6749b8, the defconfig target has been renamed into savedefconfig, and olddefconfig into defconfig. However, the help text and man page was not updated. Signed-off-by: Thomas De Schampheleire --- docs/ct-ng.1.in | 14 +++++++------- kconfig/kconfig.mk | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) -- For unsubscribe information see http://sourceware.org/lists.html#faq diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in --- a/docs/ct-ng.1.in +++ b/docs/ct-ng.1.in @@ -60,7 +60,7 @@ Samples can be later recalled by calling with the target tuple they represent. ." .TP -.B defconfig +.B savedefconfig Save the current configuration to a mini-defconfig file, that contains only the strictly required symbols to reproduce the configuration. defconfig files are much smaller than a complete .config, so it is easy to send by mail. As @@ -71,10 +71,10 @@ versions of By default the mini-defconfig is saved to a file named .IR defconfig , unless the variable -.B $DEFCONFIG +.B $CONFIG is set, in which case the mini-defconfig will be saved to the file referenced by -.BR $DEFCONFIG . +.BR $CONFIG . Note: only the .I .config @@ -87,18 +87,18 @@ saved. Use for that ." .TP -.B olddefconfig +.B defconfig Configure .B crosstool-NG using a mini-defconfig file (previously saved with -.B defconfig +.B savedefconfig or manually edited). The default mini-defconfig is read from the file .IR defconfig , unless the variable -.B $DEFCONFIG +.B $CONFIG is set, in which case the mini-defconfig will be read from the file referenced by -.B $DEFCONFIG +.B $CONFIG ." .TP .B build diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -58,6 +58,6 @@ help-config:: @echo ' oldconfig - Update current config using a provided .config as base' @echo ' extractconfig - Extract to stdout the configuration items from a' @echo ' build.log file piped to stdin' - @echo ' defconfig - Save current config as a mini-defconfig to $${CONFIG}' - @echo ' olddefconfig - Update config from a mini-defconfig $${CONFIG}' + @echo ' savedefconfig - Save current config as a mini-defconfig to $${CONFIG}' + @echo ' defconfig - Update config from a mini-defconfig $${CONFIG}' @echo ' (default: $${CONFIG}=./defconfig)'