]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-files): Protext from shell bugs.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:23:00 +0000 (17:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:23:00 +0000 (17:23 +0000)
lisp/Makefile.in

index 5fd528b1d00f7590cf427f6d8dca326a45786e47..8da6a4e1f72e999a9818905ba880518c1d855f08 100644 (file)
@@ -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|'`; \