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

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

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


From: Stefan Monnier
Subject: [elpa] elpa-admin d58576c 301/357: * GNUmakefile (FILTER-nonsrc): Don't compile .dir-locals.el files.
Date: Thu, 10 Dec 2020 18:07:03 -0500 (EST)

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]