# HG changeset patch # User Richard M. Stallman # Date 1035671566 0 # Node ID 9fb2295753ce527aa8545a2e8ffe64629ad67fcb # Parent 93d886a02ac092f34b3d4c2747271a4f377e8ea8 Comment change. diff -r 93d886a02ac0 -r 9fb2295753ce lisp/Makefile.in --- 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' | \