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: Permanently fix org versioning breakage during builds? Date: Sun, 24 Dec 2023 18:56:40 +0200 Message-ID: <831qbbczef.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <83frzsccuy.fsf@gnu.org> <25992.23673.539109.125802@retriever.mtv.corp.google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2579"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, yantar92@posteo.net, joaotavora@gmail.com, emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 24 17:57:09 2023 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 1rHRmn-0000Td-IZ for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Dec 2023 17:57:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHRmY-0006oE-CG; Sun, 24 Dec 2023 11:56:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHRmP-0006jZ-QR for emacs-devel@gnu.org; Sun, 24 Dec 2023 11:56:46 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHRmP-0000NW-HJ; Sun, 24 Dec 2023 11:56:45 -0500 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=CBmHhLNPL3XXCriN/TDuF3/JdL1ePCRdGAm9KmcoyBg=; b=qMyIVIG23vp/ 231LMZEDkW9H1Y8Kg18jRw6f3ZEFjjROUhBOJeULPq5qY6VQSqy4MLbUg0O9WZWgP5DbcK15jKIh7 Y8yNGJMG7I8Vh6PLZHyc/Xlk36/UDXlyxcafsaFNiXew4h5JK2B2aNZEx6D9kAXUwyNeh2oFc7so4 HD0cWyHP5x98wG+VuguGiCXFaJHicsuoPW+l1aDT6KTvuh/mTNZYIIrfBsHIs45j65uNtFxy02niC 4YHJSFuRMRrQUfIwDoJEOwtr9xRGOkuroz0vbGbzc7X/luYgERciB1ue5erf3pX/YlRT0faqX1MHZ GzI/t5goN6AHS3Jw+AVH5w==; In-Reply-To: <25992.23673.539109.125802@retriever.mtv.corp.google.com> (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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314145 Archived-At: > From: "T.V Raman" > Date: Sun, 24 Dec 2023 08:29:45 -0800 > Cc: raman@google.com, > yantar92@posteo.net, > joaotavora@gmail.com, > emacs-devel@gnu.org > > \rm lisp/org/*.elc is what I added to the shell script that I use to > build Emacs. That's not a Make rule. A Make rule would only do that when it needs to be done, and detecting when that happens is the non-trivial part. If you are willing to pay the price of recompiling all Org files on every build (not everyone wants that), then you already have your solution.