1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* make-dist: Improve no-byte-compile check.

This commit is contained in:
Glenn Morris 2018-12-14 15:41:17 -05:00
parent af1bdfccd4
commit 760b091ac5

View file

@ -266,7 +266,7 @@ if [ $check = yes ]; then
bogosities= bogosities=
for file in $losers; do for file in $losers; do
grep -q "no-byte-compile: t" $file && continue grep -q "^;.*no-byte-compile: t" $file && continue
case $file in case $file in
site-init.el | site-load.el | site-start.el | default.el) continue ;; site-init.el | site-load.el | site-start.el | default.el) continue ;;
esac esac