From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25912 invoked by alias); 10 Feb 2018 06:44:42 -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 25900 invoked by uid 89); 10 Feb 2018 06:44:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.7 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: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Feb 2018 06:44:40 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== X-Mailgun-Sending-Ip: 166.78.71.131 Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5a7e94d6.7f5f0838ce40-smtp-out-n01; Sat, 10 Feb 2018 06:44:38 -0000 (UTC) Date: Sat, 10 Feb 2018 06:44:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5a7e94d65c105_71762aab601c7c041188c0@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] a62424: Make defconfig (and a bunch of other targets) phon... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5a7e94d65b9e6_71762aab601c7c041187ac"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00005.txt.bz2 ----==_mimepart_5a7e94d65b9e6_71762aab601c7c041187ac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1175 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: a624244b1525e71489e1e325cc36d8890996c566 https://github.com/crosstool-ng/crosstool-ng/commit/a624244b1525e71489e1e325cc36d8890996c566 Author: Alexey Neyman Date: 2018-02-09 (Fri, 09 Feb 2018) Changed paths: M kconfig/kconfig.mk Log Message: ----------- Make defconfig (and a bunch of other targets) phony Otherwise, a file named `defconfig` (which is, ironically, the default name for the default config expected by this very makefile) prevents the defconfig target from being run. Signed-off-by: Alexey Neyman Commit: a3e1adbe71d6c8478dd4cd00eaea8fa594bdd9b1 https://github.com/crosstool-ng/crosstool-ng/commit/a3e1adbe71d6c8478dd4cd00eaea8fa594bdd9b1 Author: Alexey Neyman Date: 2018-02-09 (Fri, 09 Feb 2018) Changed paths: M kconfig/kconfig.mk Log Message: ----------- Merge pull request #909 from stilor/make-defconfig-phony Make defconfig (and a bunch of other targets) phony Compare: https://github.com/crosstool-ng/crosstool-ng/compare/04d910b82678...a3e1adbe71d6 ----==_mimepart_5a7e94d65b9e6_71762aab601c7c041187ac--