]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust src/Makefile.in comments about make-docfile
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 05:48:23 +0000 (07:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Aug 2022 06:05:25 +0000 (08:05 +0200)
* src/Makefile.in ($(etc)/DOC): Remove comment aboout make-docfile
being run twice (because it no longer is).

src/Makefile.in

index 8551447c8b75d82bcf68ce3d2c59ccd4f1c39f29..9ef4561c4a077f4e0fd902c37b170c80329f87a2 100644 (file)
@@ -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