From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Makefile:1248: *** missing separator. Stop. Date: Sun, 19 Dec 2021 09:08:47 +0100 Message-ID: <4f143d0f-baaa-bdfe-6655-5f9bef381ff1@inventati.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26084"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 19 09:10:27 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1myrH0-0006b2-S9 for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 09:10:26 +0100 Original-Received: from localhost ([::1]:52300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myrGz-0002Kp-1G for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 03:10:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myrFf-0001e9-Pl for emacs-devel@gnu.org; Sun, 19 Dec 2021 03:09:05 -0500 Original-Received: from latitanza.investici.org ([82.94.249.234]:39069) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myrFa-0000lZ-Up for emacs-devel@gnu.org; Sun, 19 Dec 2021 03:09:01 -0500 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4JGwN36zBVzGp4x for ; Sun, 19 Dec 2021 08:08:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1639901331; bh=b/F57dcw+cOJiR7L4v3+fya7NpS6VE5yno7QxCsWL4M=; h=To:From:Subject:Date:From; b=fWXjGjQgAMuieDusC2fgzD9V8PEyushXZfDGyyWhpbixQUARDsM/YONT9zTt3XP6G yfNzDfr0gZRGtjkfCJgZtuP7q7lrbUO3hpOEnFyBQrvqNWOWiqfWTozz1IiKATs5GG u72EtyiYSv3fcz0WKyYDkdDdFZH5g94u4zETEEus= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4JGwN35VsDzGp4S for ; Sun, 19 Dec 2021 08:08:51 +0000 (UTC) Content-Language: en-GB Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282376 Archived-At: Hello everyone, I just pulled from master (commit: 579d7c20da5406575e087e4e8cb0a5621d28037b), and I am getting the error in the subject when I do 'make' or 'make bootstrap -j16'. Running 'git status' tells me I have not changed anything locally wrt Emacs sources. -- Manuel Uberti www.manueluberti.eu