From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69280 invoked by alias); 20 Oct 2017 16:31:07 -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 69268 invoked by uid 89); 20 Oct 2017 16:31:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*crossgcc, H*c:mimHpHrt, Hx-spam-relays-external:mxa.mailgun.org, HX-Envelope-From:bounce 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; Fri, 20 Oct 2017 16:31:05 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 59ea24c6.7f0e1c7b2900-smtp-out-n02; Fri, 20 Oct 2017 16:31:02 -0000 (UTC) Date: Fri, 20 Oct 2017 16:31:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <59ea24c64c7ab_13923f9f2850dc4472845@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a91765: When handling overlay, move rather than symlink Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59ea24c64c43b_13923f9f2850dc447276a"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00006.txt.bz2 ----==_mimepart_59ea24c64c43b_13923f9f2850dc447276a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1066 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a91765156a2235be14b4c58170148f081badf5e7 https://github.com/crosstool-ng/crosstool-ng/commit/a91765156a2235be14b4c58170148f081badf5e7 Author: Alexey Neyman Date: 2017-10-20 (Fri, 20 Oct 2017) Changed paths: M scripts/functions Log Message: ----------- When handling overlay, move rather than symlink ... as 'tar' does not follow symlink, rather creating a new directory instead. Fixes #846. Signed-off-by: Alexey Neyman Commit: 6a8eb24df62ed45e175c10212b529134d3b7405e https://github.com/crosstool-ng/crosstool-ng/commit/6a8eb24df62ed45e175c10212b529134d3b7405e Author: Alexey Neyman Date: 2017-10-20 (Fri, 20 Oct 2017) Changed paths: M scripts/functions Log Message: ----------- Merge pull request #847 from stilor/master When handling overlay, move rather than symlink Compare: https://github.com/crosstool-ng/crosstool-ng/compare/42429d916972...6a8eb24df62e ----==_mimepart_59ea24c64c43b_13923f9f2850dc447276a--