[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape eab0858b16 8/8: Install jsonrpc as part of make co
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape eab0858b16 8/8: Install jsonrpc as part of make compilation |
Date: |
Thu, 1 Feb 2024 18:57:41 -0500 (EST) |
branch: externals/dape
commit eab0858b161c0dcc9c5d4fb65c356b6127a72616
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Install jsonrpc as part of make compilation
---
Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0044afd446..901b55df45 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,12 @@ $(DEPS):
%.elc: %.el
@echo Compiling $<
- @${EMACS} -Q -batch -no-site-file -L . -f batch-byte-compile $<
+ @${EMACS} -Q \
+ -batch \
+ -no-site-file \
+ -L . \
+ --eval="(package-install-file \"$(JSONRPC)\")" \
+ -f batch-byte-compile $<
check: $(DEPS) $(ELCFILES)
@${EMACS} -Q \
- [elpa] externals/dape updated (b7fce20214 -> eab0858b16), ELPA Syncer, 2024/02/01
- [elpa] externals/dape 0d6b96318a 3/8: Standardize naming and usage of dape faces, ELPA Syncer, 2024/02/01
- [elpa] externals/dape c6110175a4 1/8: Focus emacs on stopped, ELPA Syncer, 2024/02/01
- [elpa] externals/dape 631dbadd81 2/8: Add typescript as part of js-debug modes, ELPA Syncer, 2024/02/01
- [elpa] externals/dape e84de3dad6 4/8: Add error on mismatched jsonrpc dependency, ELPA Syncer, 2024/02/01
- [elpa] externals/dape ad9bd42429 5/8: Fix readme image links, ELPA Syncer, 2024/02/01
- [elpa] externals/dape eab0858b16 8/8: Install jsonrpc as part of make compilation,
ELPA Syncer <=
- [elpa] externals/dape 45f9ae54a8 6/8: Use processId as required in response to runInTerminal request, ELPA Syncer, 2024/02/01
- [elpa] externals/dape 1254de7eed 7/8: Install jsonrpc as part of make check, ELPA Syncer, 2024/02/01