projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af1bdfc
)
* make-dist: Improve no-byte-compile check.
author
Glenn Morris
<rgm@gnu.org>
Fri, 14 Dec 2018 20:41:17 +0000
(15:41 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 14 Dec 2018 20:41:17 +0000
(15:41 -0500)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 7c7668b066ff99d096e2ae57ec70eebd55687d9f..926665b8f0adfdf78b2c2620af54c5b3e4fc74eb 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-266,7
+266,7
@@
if [ $check = yes ]; then
bogosities=
for file in $losers; do
- grep -q "no-byte-compile: t" $file && continue
+ grep -q "
^;.*
no-byte-compile: t" $file && continue
case $file in
site-init.el | site-load.el | site-start.el | default.el) continue ;;
esac