chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143095e
)
Makefile: Fix Emacs compilation so that it actually notices failures.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:54:27 +0000
(14:54 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:46 +0000
(14:55 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index f7ec50d0e208dd366608e0140857732a34ace08c..e650635a649e3802d0611bac9cf821d5eec32a23 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-103,7
+103,7
@@
SCRIPTLINKS += aspell-hack emerge-hack wakey.sh
$(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \
-L el/ -L $(EMACSLIB) \
--batch --no-site-file \
- --eval '(
byte-compile-file "$<"
)'; then \
+ --eval '(
kill-emacs (if (byte-compile-file "$<") 0 2)
)'; then \
cat $*.build-log; exit 2; \
fi