changeset 48006:9fb2295753ce

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Oct 2002 22:32:46 +0000
parents 93d886a02ac0
children c04620adce24
files lisp/Makefile.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Sat Oct 26 22:32:08 2002 +0000
+++ b/lisp/Makefile.in	Sat Oct 26 22:32:46 2002 +0000
@@ -232,6 +232,8 @@
 # Compile all Lisp files, except those from DONTCOMPILE.  This
 # is like `compile' but compiles files unconditionally.
 compile-always: subdirs.el doit
+	# `|| true' prevents old Bash versions from getting confused
+	# by an error.
 	find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \
 	wd=$(lisp); $(setwins);	\
 	elpat=`echo $$wins | tr ' 	' '\012\012' | \