]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix commentary in lisp/Makefile.in.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Nov 2013 20:12:59 +0000 (22:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Nov 2013 20:12:59 +0000 (22:12 +0200)
lisp/Makefile.in

index 1ac6338bcd1bbaa13b980d8b1ed830f0aeac226c..d726f62dbb07caf1dd2fc57f228f96941944084b 100644 (file)
@@ -219,13 +219,11 @@ lisptagsfiles2 = $(srcdir)/*/*.el
 lisptagsfiles3 = $(srcdir)/*/*/*.el
 lisptagsfiles4 = $(srcdir)/*/*/*/*.el
 
-## Apparently the echo | sed | xargs is to stop the command line
-## getting too long on MS Windows.  It will make no difference on
-## POSIX systems, where the shell does the globbing right away, before
-## passing the expanded arguments to echo.
-## The POSIX way would be to use find in a similar way to compile-main.
-## But maybe this is not even necessary any more now that this uses
-## relative filenames.
+## The echo | sed | xargs is to stop the command line getting too long
+## on MS Windows, when the MSYS Bash passes it to a MinGW compiled
+## etags.  It might be better to use find in a similar way to
+## compile-main.  But maybe this is not even necessary any more now
+## that this uses relative filenames.
 TAGS: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4)
        rm -f $@
        touch $@