From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55818 invoked by alias); 15 Jun 2017 17:22:46 -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 55797 invoked by uid 89); 15 Jun 2017 17:22:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Jun 2017 17:22:42 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5942c264.7f5f3409c210-smtp-out-n02; Thu, 15 Jun 2017 17:22:44 -0000 (UTC) Date: Fri, 16 Jun 2017 17:38:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5942c26317b9a_5b083fc25e19bc3810279d@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a4feec: Set CT_BUILD_DIR prior to using it Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5942c2631780f_5b083fc25e19bc38102699"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00022.txt.bz2 ----==_mimepart_5942c2631780f_5b083fc25e19bc38102699 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1108 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a4feec224c99b8f3513124090e6b3b9ab91a8f0e https://github.com/crosstool-ng/crosstool-ng/commit/a4feec224c99b8f3513124090e6b3b9ab91a8f0e Author: Chris Packham Date: 2017-06-15 (Thu, 15 Jun 2017) Changed paths: M scripts/crosstool-NG.sh.in Log Message: ----------- Set CT_BUILD_DIR prior to using it Fixes #731 CT_BUILD_DIR is used in CT_DoExecLog. We need to ensure that it is set before the first call to CT_DoExecLog. Signed-off-by: Chris Packham Commit: 07a3b822f5af247a62b98efcc48ed319d439e296 https://github.com/crosstool-ng/crosstool-ng/commit/07a3b822f5af247a62b98efcc48ed319d439e296 Author: Alexey Neyman Date: 2017-06-15 (Thu, 15 Jun 2017) Changed paths: M scripts/crosstool-NG.sh.in Log Message: ----------- Merge pull request #750 from cpackham/master Set CT_BUILD_DIR prior to using it Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f7c9ab33cf02...07a3b822f5af ----==_mimepart_5942c2631780f_5b083fc25e19bc38102699--