From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111485 invoked by alias); 27 Sep 2018 21:43:09 -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 111471 invoked by uid 89); 27 Sep 2018 21:43:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, 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, 27 Sep 2018 21:43:07 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1538084585; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=nGVw2mGO9m9TdZ7b74HsN/r+OThMPJsVRSrjf2L9G3k=; b=QVHwvP2XHylIbsm7bur8AELhkGttdxKi5iSheIeQmSMcZzZvv75oQEYjDu3tuRWQhhlwI2lr 2wkpAWElVTt5eMbtlRtdNSs8Jx9B3GAC34c2Skkpdl+gbniKcK6QA7x3y1i60qP8BRAxQQuP aAJ6Trduhd7yxzApkA9TZIpsUYI= X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5bad4ee9.7fcecad45060-smtp-out-n02; Thu, 27 Sep 2018 21:43:05 -0000 (UTC) Date: Thu, 27 Sep 2018 21:43:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bad4ee9340d0_5bfc2b01fe6f0ec01772c@hookshot-fe-265448d.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 29f066: Fix restarting after a complete build Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bad4ee933a05_5bfc2b01fe6f0ec01769e"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00015.txt.bz2 ----==_mimepart_5bad4ee933a05_5bfc2b01fe6f0ec01769e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2989 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 29f0662c188e7126871fa84f6e6f854cda279c89 https://github.com/crosstool-ng/crosstool-ng/commit/29f0662c188e7126871fa84f6e6f854cda279c89 Author: Alexey Neyman Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M scripts/crosstool-NG.sh Log Message: ----------- Fix restarting after a complete build It is much, much better to *first* make the directory writable and *then* do a test for case-sensitivity (which requires writing in that directory). Fixes #1033. Signed-off-by: Alexey Neyman Commit: d573c1575825de8c47aaeca89db54226ff702924 https://github.com/crosstool-ng/crosstool-ng/commit/d573c1575825de8c47aaeca89db54226ff702924 Author: Alexey Neyman Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M Makefile.am M scripts/build/binutils/binutils.sh M scripts/build/debug/300-gdb.sh M testing/docker/archlinux/Dockerfile M testing/docker/dmgr.sh M testing/docker/gentoo-amd64/Dockerfile Log Message: ----------- Use 'chmod a-x' instead of 'chmod -x' There is a subtle difference when executable bit is a part of the umask. And at least some versions (Debian/stretch) fail if the resulting mode would've been different if not for the umask setting. Fixes #998. Although, with such chmods/umasks it is likely that some package installation will break anyway. But I'll leave it until somebody complains. Signed-off-by: Alexey Neyman Commit: 2acab2f06197ab34243fc415020ead54d4a9e505 https://github.com/crosstool-ng/crosstool-ng/commit/2acab2f06197ab34243fc415020ead54d4a9e505 Author: Alexey Neyman Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M config/global/paths.in M scripts/crosstool-NG.sh Log Message: ----------- Make CT_PREFIX_DIR/CT_WORK_DIR/CT_BUILD_TOP_DIR absolute ... if they aren't already. Fixes #1010. Signed-off-by: Alexey Neyman Commit: 5f18c3ed4e3af50f18985def9d7d1f640fd9577f https://github.com/crosstool-ng/crosstool-ng/commit/5f18c3ed4e3af50f18985def9d7d1f640fd9577f Author: Alexey Neyman Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M Makefile.am M config/global/paths.in M scripts/build/binutils/binutils.sh M scripts/build/debug/300-gdb.sh M scripts/crosstool-NG.sh M testing/docker/archlinux/Dockerfile M testing/docker/dmgr.sh M testing/docker/gentoo-amd64/Dockerfile Log Message: ----------- Merge pull request #1036 from stilor/small-fixes Small fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f7c2952419bd...5f18c3ed4e3a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5bad4ee933a05_5bfc2b01fe6f0ec01769e--