From 4244e7dc9c624a4b9268498465a65b23039d6bd6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 26 Oct 2002 22:32:46 +0000 Subject: [PATCH] Comment change. --- lisp/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5e02fe691ea..a566696a877 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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' | \ -- 2.39.5