From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76201 invoked by alias); 31 Mar 2018 18:38: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 76188 invoked by uid 89); 31 Mar 2018 18:38:38 -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=Chris, chris, H*r:Unknown, Home 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; Sat, 31 Mar 2018 18:38:35 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== X-Mailgun-Sending-Ip: 166.78.69.170 Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5abfd5a8.7f165433f660-smtp-out-n02; Sat, 31 Mar 2018 18:38:32 -0000 (UTC) Date: Sat, 31 Mar 2018 18:38:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5abfd5a78e13a_29522af06e963c08609e9@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] ff04c9: Makefile.in: check for configure being up to date Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5abfd5a78dc7d_29522af06e963c08608a3"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00007.txt.bz2 ----==_mimepart_5abfd5a78dc7d_29522af06e963c08608a3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1181 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ff04c98b6422e4c4076a5cbdcc156a8d10b4580a https://github.com/crosstool-ng/crosstool-ng/commit/ff04c98b6422e4c4076a5cbdcc156a8d10b4580a Author: Chris Packham Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: M Makefile.in Log Message: ----------- Makefile.in: check for configure being up to date Fixes #934 Add a rule that errors out with a message if configure.ac is newer than configure. This should catch times where someone is building from the repo without running bootstrap. Signed-off-by: Chris Packham Commit: 7c3422675909ea8b117f94a26170af06a265477e https://github.com/crosstool-ng/crosstool-ng/commit/7c3422675909ea8b117f94a26170af06a265477e Author: Alexey Neyman Date: 2018-03-31 (Sat, 31 Mar 2018) Changed paths: M Makefile.in Log Message: ----------- Merge pull request #935 from cpackham/check-configure Makefile.in: check for configure being up to date Compare: https://github.com/crosstool-ng/crosstool-ng/compare/aca85cbb3d9c...7c3422675909 ----==_mimepart_5abfd5a78dc7d_29522af06e963c08608a3--