Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:32:46 +0000 (22:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 26 Oct 2002 22:32:46 +0000 (22:32 +0000)
lisp/Makefile.in

index 5e02fe6..a566696 100644 (file)
@@ -232,6 +232,8 @@ compile: subdirs.el doit
 # 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' | \