diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-25 23:09:55 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-25 23:09:55 +0200 |
| commit | 703dfe58120cc5bdf1a1a454362b174a164d3613 (patch) | |
| tree | ea0e3864c38a555d61b1d6e5c4049d80f0d84996 /default.mk | |
| parent | b5aa1afc40ab9573efa0ea42f716baf80e65abe1 (diff) | |
Remove magit-libgit.el
This is just a proof-of-concept. Until that changes its dead weight
that should not be packaged. Removing it from version control is the
only way to prevent it from getting packaged anyway.
Diffstat (limited to 'default.mk')
| -rw-r--r-- | default.mk | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -40,8 +40,6 @@ GITSTATS_DIR ?= $(TOP)docs/stats GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css \ -c max_authors=180 -c graph_max_authors=7 -BUILD_MAGIT_LIBGIT ?= false - ## Files ############################################################# PKG = magit @@ -57,9 +55,6 @@ EPUBFILES = $(addsuffix .epub,$(filter-out git-commit,$(PACKAGES))) ELS = git-commit.el ELS += magit-section.el ELS += magit-base.el -ifeq "$(BUILD_MAGIT_LIBGIT)" "true" -ELS += magit-libgit.el -endif ELS += magit-git.el ELS += magit-mode.el ELS += magit-margin.el @@ -171,13 +166,6 @@ ifeq "$(DASH_DIR)" "" DASH_DIR = $(TOP)../dash endif -LIBGIT_DIR ?= $(shell \ - find -L $(ELPA_DIR) -maxdepth 1 -regex '.*/libgit-[.0-9]*' 2> /dev/null | \ - sort | tail -n 1) -ifeq "$(LIBGIT_DIR)" "" - LIBGIT_DIR = $(TOP)../libgit -endif - SEQ_DIR ?= $(shell \ find -L $(ELPA_DIR) -maxdepth 1 -regex '.*/seq-[.0-9]*' 2> /dev/null | \ sort | tail -n 1) @@ -218,7 +206,6 @@ LOAD_PATH = -L $(TOP)lisp ifdef CYGPATH LOAD_PATH += -L $(shell cygpath --mixed $(COMPAT_DIR)) LOAD_PATH += -L $(shell cygpath --mixed $(DASH_DIR)) - LOAD_PATH += -L $(shell cygpath --mixed $(LIBGIT_DIR)) LOAD_PATH += -L $(shell cygpath --mixed $(SEQ_DIR)) LOAD_PATH += -L $(shell cygpath --mixed $(TRANSIENT_DIR)) LOAD_PATH += -L $(shell cygpath --mixed $(WITH_EDITOR_DIR)) @@ -228,7 +215,6 @@ ifdef CYGPATH else LOAD_PATH += -L $(COMPAT_DIR) LOAD_PATH += -L $(DASH_DIR) - LOAD_PATH += -L $(LIBGIT_DIR) LOAD_PATH += -L $(SEQ_DIR) LOAD_PATH += -L $(TRANSIENT_DIR) LOAD_PATH += -L $(WITH_EDITOR_DIR) |
