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

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

[elpa] master cbbf6f5: * GNUmakefile (FILTER-nonsrc): Don't compile .dir


From: Stefan Monnier
Subject: [elpa] master cbbf6f5: * GNUmakefile (FILTER-nonsrc): Don't compile .dir-locals.el files.
Date: Fri, 14 Dec 2018 17:20:04 -0500 (EST)

branch: master
commit cbbf6f5da30902393ed7556e5c00e813d85fae07
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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]