Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: /
Date: Tue, 14 Mar 2023 20:41:14
Message-Id: 1678826112.228b2c051a9db004ca03dffc36500893502c94ee.xgqt@gentoo
1 commit: 228b2c051a9db004ca03dffc36500893502c94ee
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 20:35:12 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 20:35:12 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=228b2c05
7
8 Makefile: add eldev-install
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 Makefile | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15 diff --git a/Makefile b/Makefile
16 index e2b7514..9d46c46 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -5,6 +5,7 @@ ELCS = $(ELS:.el=.elc)
20
21 EMACS := emacs
22 RM := rm -f
23 +SH := sh
24
25 EMACFLAGS := --batch -q --no-site-file -L $(PWD)
26 EMACSCMD = $(EMACS) $(EMACFLAGS)
27 @@ -27,3 +28,9 @@ compile-snippets:
28 .PHONY: compile
29 compile: $(ELCS)
30 compile: compile-snippets
31 +
32 +.PHONY: eldev-install
33 +eldev-install:
34 + $(MAKE) -B clean
35 + $(MAKE) -B $(ELCS)
36 + $(SH) $(PWD)/scripts/eldev-install.sh