mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* make-dist: Improve no-byte-compile check.
This commit is contained in:
parent
af1bdfccd4
commit
760b091ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue