Lines 60-66
Link Here
|
60 |
echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \ |
60 |
echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \ |
61 |
done; |
61 |
done; |
62 |
@echo "(setq debug-on-error t)" >> $@-compile-script |
62 |
@echo "(setq debug-on-error t)" >> $@-compile-script |
63 |
"$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^ |
63 |
for file in $^; do \ |
|
|
64 |
"$(EMACS)" -batch --no-site-file -l $@-compile-script \ |
65 |
-f batch-byte-compile $$file; \ |
66 |
done |
64 |
|
67 |
|
65 |
tags: |
68 |
tags: |
66 |
|
69 |
|