From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Error when editing C code Date: Thu, 16 Jun 2022 08:10:40 +0300 Message-ID: <83r13pqjlb.fsf@gnu.org> References: <87zgidfzq2.fsf@igel.home> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24275"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 16 07:18:55 2022 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 1o1huB-0006AG-12 for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Jun 2022 07:18:55 +0200 Original-Received: from localhost ([::1]:57044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1hu9-0004q7-KM for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Jun 2022 01:18:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1hmT-0008AO-5U for emacs-devel@gnu.org; Thu, 16 Jun 2022 01:10:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53548) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1hmR-0006G2-Vt; Thu, 16 Jun 2022 01:10:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uq5ho1GOqwtk5OiTVd355k1BYCBMSqB67HWJTgjhBr8=; b=H6c7GIqJA44Z EGRiVlHYXvyZWIGMHh4bE1NNcdhtw8e2jhQaAXAPE9RY9omiReHmA2PVbiuoriK0CXCqVuI8T9/OS NbOzalavyEyJoaP/ehVDoVfbBBdrmUmjb4kh/aIqDiww41gcWYCv7AueCjiKIrS/RDIcQEc6ZnJ1K 4VamNWFIZku//26NgricZxOTUT13r9N9z3s0IEpN0V7dp5oCYgM3j8QvtT7J1JhKghbuZuRv6btPH E45WMxuK0Ufw1oCSsNM4vS+mj1ZTtTJudlg+8V4W9DisdjuRPtjhzt6yEQk8JBSmjTUdapMFOZBe5 pbuWgfwn4DnnFZcOCrOfTw==; Original-Received: from [87.69.77.57] (port=1666 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1hmJ-0004S8-C8; Thu, 16 Jun 2022 01:10:53 -0400 In-Reply-To: (raman@google.com) 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:291229 Archived-At: > From: "T.V Raman" > Cc: emacs-devel@gnu.org > Date: Wed, 15 Jun 2022 14:24:36 -0700 > > So make bootstrap didd fix it. > > Wondering why make distclean followed by a full build doesn't fix these > types of things; "make distclean" isn't supposed to make the tree clean enough. You need extraclean instead, AFAIR. "make distclean"s purpose is to be used in trees created by unpacking a release tarball, so it deliberately doesn't remove *.elc files, because those come with the tarball.