summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-04 07:48:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-04 08:05:25 +0200
commit50e4fc9f0ee6ddb547479bffac9ad309ef5ec627 (patch)
tree4a380e0de2f807ca0dbf0ca001e0d486dea6481a
parentd6dbaecb2e02cef677462bfdae3228c9b8b46b12 (diff)
downloademacs-50e4fc9f0ee6ddb547479bffac9ad309ef5ec627.tar.gz
emacs-50e4fc9f0ee6ddb547479bffac9ad309ef5ec627.tar.bz2
emacs-50e4fc9f0ee6ddb547479bffac9ad309ef5ec627.zip
Adjust src/Makefile.in comments about make-docfile
* src/Makefile.in ($(etc)/DOC): Remove comment aboout make-docfile being run twice (because it no longer is).
-rw-r--r--src/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8551447c8b7..9ef4561c4a0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -641,11 +641,6 @@ $(pdmp): emacs$(EXEEXT) $(lispsource)/loaddefs.elc
cp -f $@ $(bootstrap_pdmp)
endif
-## We run make-docfile twice because the command line may get too long
-## on some systems. Unfortunately, no-one has any idea
-## exactly how long the maximum safe command line length is on all the
-## various systems that Emacs supports.
-##
## $(SOME_MACHINE_OBJECTS) comes before $(obj) because some files may
## or may not be included in $(obj), but they are always included in
## $(SOME_MACHINE_OBJECTS). Since a file is processed when it is mentioned