diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-23 18:35:06 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-23 18:35:06 +0200 |
| commit | 5ece16e4f11ad206755f4dec3214d631fd8f6b98 (patch) | |
| tree | 74a61785dfffe6aeecbdaa13f2b5be561ae0fc64 /default.mk | |
| parent | 2ab34a757503436904b80d0a24feeb45ab1e01c5 (diff) | |
make: Extend the reminder concerning new dependencies
Diffstat (limited to 'default.mk')
| -rw-r--r-- | default.mk | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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)) |
