(compile): removed debugging print.
This commit is contained in:
parent
6f0e64299a
commit
4f875c8780
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ compile: doit
|
|||
fi; \
|
||||
done; \
|
||||
if test $$compile_it = y; then \
|
||||
echo $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \
|
||||
$(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \
|
||||
else \
|
||||
echo "Don't compile $$el"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue