aboutsummaryrefslogtreecommitdiff
path: root/default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'default.mk')
-rw-r--r--default.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/default.mk b/default.mk
index 6a50e28..2c3cc37 100644
--- a/default.mk
+++ b/default.mk
@@ -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)