From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120314 invoked by alias); 13 Feb 2019 20:51:38 -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 120304 invoked by uid 89); 13 Feb 2019 20:51:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1188, H*F:U*noreply X-HELO: out-2.smtp.github.com Received: from out-2.smtp.github.com (HELO out-2.smtp.github.com) (192.30.252.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Feb 2019 20:51:36 +0000 Date: Wed, 13 Feb 2019 20:51:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1550091093; bh=LDnZkiPSwB7TqTiDqq86BjV6EKHCzQdpQm3cJJ7fbgY=; h=Date:From:To:Subject:From; b=TZys8kaDWqx0qLaU7NNhGHAdGnwDZlLa9ZDZS/roZGjii8tgYS1Dzduxbdk+IrkPl 8m5Ysq5XzHAXfRUDQdbtNZ7M5Yi/zz1BMxGnERDsjh4ctzPGt9CHfaZFeoMME1j3Wx 6LwCHcc1sGQVOYSatNltJ1RcWDFA1ADqwVnoNCxo= From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 2219aa: Implement an option to store downloads in subdirs Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SW-Source: 2019-02/txt/msg00007.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 2219aab336c19e3d9f0a67a016f5d28efe43d65c https://github.com/crosstool-ng/crosstool-ng/commit/2219aab336c19e3d9f0a67a016f5d28efe43d65c Author: Alexey Neyman Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M config/cc/gcc.in M config/global/paths.in M scripts/build/cc/gcc.sh M scripts/functions Log Message: ----------- Implement an option to store downloads in subdirs ... following the buildroot model. Signed-off-by: Alexey Neyman Commit: 8bdb0ccd0407b69ed14b75f6e32ecf79d7e113f0 https://github.com/crosstool-ng/crosstool-ng/commit/8bdb0ccd0407b69ed14b75f6e32ecf79d7e113f0 Author: Alexey Neyman Date: 2019-02-13 (Wed, 13 Feb 2019) Changed paths: M config/cc/gcc.in M config/global/paths.in M scripts/build/cc/gcc.sh M scripts/functions Log Message: ----------- Merge pull request #1138 from stilor/master Implement an option to store downloads in subdirs Compare: https://github.com/crosstool-ng/crosstool-ng/compare/2da27758a963...8bdb0ccd0407