From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: make compile fails Date: Sat, 19 Aug 2017 21:53:05 -0500 Message-ID: <87k21zc5m6.fsf@alphapapa.net> References: <87r2w8gms3.fsf@iki.fi> <87inhk3wtr.fsf@yandex.com> <87a82w6mku.fsf@iki.fi> <87efs83ska.fsf@yandex.com> <87bmncc63j.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djGMe-00077K-DF for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 22:53:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djGMa-00018W-Rr for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 22:53:24 -0400 Received: from [195.159.176.226] (port=48251 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djGMa-00018G-LR for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 22:53:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1djGMO-0005xm-I9 for emacs-orgmode@gnu.org; Sun, 20 Aug 2017 04:53:08 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Jarmo Hurri writes: > Running 'make cleanall' didn't help. > > However, a fresh clone followed by a reconfiguration of local.mk solved > the issue. Most likely the result of a local.mk that is no longer > consistent. Just FYI, you can avoid having to re-clone the repo by running git reset --hard && git clean -dfx which resets the working tree completely and deletes all files that are unknown to git. Of course, you should probably add `--dry-run` first, to make sure you don't delete anything you want.