From: Eli Zaretskii Date: Sat, 2 Nov 2013 20:12:59 +0000 (+0200) Subject: Fix commentary in lisp/Makefile.in. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd9565cdfbb06616a6601c7a00489906a9d1acaf;p=emacs.git Fix commentary in lisp/Makefile.in. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1ac6338bcd1..d726f62dbb0 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 $@