summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-04 07:03:52 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-04 07:03:52 +0200
commit40c11327118a6023745dbcbdca0564cbc6ba15da (patch)
tree492a228556ab96caf367f1f44c1cdaf361acd9dd /Makefile.in
parentca57767128469545069ade657657ce76ad3c818b (diff)
downloademacs-40c11327118a6023745dbcbdca0564cbc6ba15da.tar.gz
Remove VCSWITNESS dependency, since we're always rescanning now
* Makefile.in (VCSWITNESS): Remove, since we're always rescanning for loaddefs. * src/Makefile.in ($(lispsource)/loaddefs.el): Remove VCSWITNESS dependency.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 4b749636656..bf0f52b514e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -455,18 +455,11 @@ lisp: src
lib lib-src lisp nt: Makefile
$(MAKE) -C $@ all
-# Ideally, VCSWITNESS should be a file that is modified whenever the
-# repository registers a commit from either a local checkin or a
-# repository pull. In git there is no single file that guarantees
-# this, but the local log for the current head should be close enough.
-#
# Pass an unexpanded $srcdir to src's Makefile, which then
# expands it using its own value of srcdir (which points to the
# source directory of src/).
-dirstate = .git/logs/HEAD
-VCSWITNESS = $(if $(wildcard $(srcdir)/$(dirstate)),$$(srcdir)/../$(dirstate))
src: Makefile
- $(MAKE) -C $@ VCSWITNESS='$(VCSWITNESS)' BIN_DESTDIR='$(BIN_DESTDIR)' \
+ $(MAKE) -C $@ BIN_DESTDIR='$(BIN_DESTDIR)' \
ELN_DESTDIR='$(ELN_DESTDIR)' all
blessmail: Makefile src