aboutsummaryrefslogtreecommitdiff
path: root/default.mk
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-08-23 18:35:06 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-08-23 18:35:06 +0200
commit5ece16e4f11ad206755f4dec3214d631fd8f6b98 (patch)
tree74a61785dfffe6aeecbdaa13f2b5be561ae0fc64 /default.mk
parent2ab34a757503436904b80d0a24feeb45ab1e01c5 (diff)
make: Extend the reminder concerning new dependencies
Diffstat (limited to 'default.mk')
-rw-r--r--default.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/default.mk b/default.mk
index ea76de4..1dc56f9 100644
--- a/default.mk
+++ b/default.mk
@@ -193,9 +193,12 @@ endif
LOAD_PATH = -L $(TOP)lisp
# When making changes here, then don't forget to adjust DEPS below,
-# ".github/ISSUE_TEMPLATE/bug_report.md", `magit-emacs-Q-command' and
-# the "Installing from the Git Repository" info node accordingly.
-# Also don't forget to "rgrep \b<pkg>\b".
+# ".github/ISSUE_TEMPLATE/bug_report.md", `magit-emacs-Q-command'
+# and the "Installing from the Git Repository" info node accordingly.
+# Also run "rgrep \b<another-package\b", to find other places where
+# a newly added dependency might have to be mentioned as well. Also
+# remember that DEPS of packages that depend on Magit also have to
+# be updated.
ifdef CYGPATH
LOAD_PATH += -L $(shell cygpath --mixed $(COMPAT_DIR))