diff options
Diffstat (limited to 'lisp/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 913f937c572..b628444aad1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -132,13 +132,13 @@ PHONY_EXTRAS = | |||
| 132 | # This could lead to problems in parallel builds if automatically | 132 | # This could lead to problems in parallel builds if automatically |
| 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. | 133 | # generated *.el files (eg loaddefs etc) were being changed at the same time. |
| 134 | # One solution was to add autoloads as a prerequisite: | 134 | # One solution was to add autoloads as a prerequisite: |
| 135 | # http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html | 135 | # https://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html |
| 136 | # http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html | 136 | # https://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00171.html |
| 137 | # However, this meant that running these targets modified loaddefs.el, | 137 | # However, this meant that running these targets modified loaddefs.el, |
| 138 | # every time (due to time-stamping). Calling these rules from | 138 | # every time (due to time-stamping). Calling these rules from |
| 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting | 139 | # bootstrap-after would modify loaddefs after src/emacs, resulting |
| 140 | # in make install remaking src/emacs for no real reason: | 140 | # in make install remaking src/emacs for no real reason: |
| 141 | # http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html | 141 | # https://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00311.html |
| 142 | # Nowadays these commands don't scan automatically generated files, | 142 | # Nowadays these commands don't scan automatically generated files, |
| 143 | # since they will never contain any useful information | 143 | # since they will never contain any useful information |
| 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). | 144 | # (see finder-no-scan-regexp and custom-dependencies-no-scan-regexp). |