emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa-admin d58576c 301/439: * GNUmakefile (FILTER-nonsrc): Don'


From: Philip Kaludercic
Subject: [nongnu] elpa-admin d58576c 301/439: * GNUmakefile (FILTER-nonsrc): Don't compile .dir-locals.el files.
Date: Sun, 17 Oct 2021 15:48:24 -0400 (EDT)

branch: elpa-admin
commit d58576cfbfa5a2f7d9d73d11f123b976ecd606bf
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * GNUmakefile (FILTER-nonsrc): Don't compile .dir-locals.el files.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 9797306..79e252f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -112,7 +112,7 @@ $(shell $(file > .tmp.setdiff, $(1))  \
 endef
 
 define FILTER-nonsrc
-$(filter-out %-autoloads.el %-pkg.el, $(1))
+$(filter-out %-autoloads.el %-pkg.el %/.dir-locals.el, $(1))
 endef
 
 define RULE-srcdeps



reply via email to

[Prev in Thread] Current Thread [Next in Thread]