From: Richard M. Stallman Date: Wed, 23 Oct 2002 17:23:00 +0000 (+0000) Subject: (compile-files): Protext from shell bugs. X-Git-Tag: emacs-pretest-21.2.92~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da2a998663fef8ae34c0f1bf81553f0f4f78b4a9;p=emacs.git (compile-files): Protext from shell bugs. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5fd528b1d00..8da6a4e1f72 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -198,7 +198,7 @@ $(DONTCOMPILE:.el=.elc): # load's in the files being compiled find the right files. compile-files: subdirs.el doit - find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \ + find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1 || true; \ wd=$(lisp); $(setwins); \ elpat=`echo $$wins | tr ' ' '\012\012' | \ sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \