From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8831 invoked by alias); 13 Jan 2017 03:27:52 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 8817 invoked by uid 89); 13 Jan 2017 03:27:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Hx-languages-length:1091, Home, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Jan 2017 03:27:41 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 5878492b.7f2784567030-in07; Fri, 13 Jan 2017 03:27:39 -0000 (UTC) Date: Fri, 13 Jan 2017 03:27:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5878492b938b8_567f3fcec24631301373e@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] dcb438: Fix ct-ng show-config. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5878492b92d2d_567f3fcec24631301367d"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00012.txt.bz2 ----==_mimepart_5878492b92d2d_567f3fcec24631301367d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1085 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: dcb438a9dcd2a795314ac91b825647a658a065dc https://github.com/crosstool-ng/crosstool-ng/commit/dcb438a9dcd2a795314ac91b825647a658a065dc Author: Alexey Neyman Date: 2017-01-10 (Tue, 10 Jan 2017) Changed paths: M ct-ng.in Log Message: ----------- Fix ct-ng show-config. If configured with --enable-local, CT_NG is exported as plain 'ct-ng' without any path. showSamples.sh then fails to invoke ct-ng (as current directory is not in $PATH). Signed-off-by: Alexey Neyman Commit: c8065c7c83d476eb138eebd8fc5d07571f90b463 https://github.com/crosstool-ng/crosstool-ng/commit/c8065c7c83d476eb138eebd8fc5d07571f90b463 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M ct-ng.in Log Message: ----------- Merge pull request #513 from stilor/fix-show-config Fix ct-ng show-config. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/18afc0fa260e...c8065c7c83d4 ----==_mimepart_5878492b92d2d_567f3fcec24631301367d--