Mercurial > emacs
diff lisp/Makefile.in @ 37678:ebec0594dece
(compile-files): Redirect output of chmod to
/dev/null.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 11 May 2001 10:53:56 +0000 |
| parents | 9a3f00ed6c43 |
| children | 8b46b3446482 |
line wrap: on
line diff
--- a/lisp/Makefile.in Fri May 11 09:10:48 2001 +0000 +++ b/lisp/Makefile.in Fri May 11 10:53:56 2001 +0000 @@ -196,7 +196,7 @@ # load's in the files being compiled find the right files. compile-files: subdirs.el doit - find $(lisp) -name "*.elc" -print | xargs chmod +w; \ + find $(lisp) -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; \ wd=$(lisp); $(setwins); \ elpat=`echo $$wins | tr ' ' '\012\012' | \ sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \
