/[emacs]/emacs/lisp/Makefile.in
ViewVC logotype

Diff of /emacs/lisp/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by gerd, Wed Aug 15 09:06:32 2001 UTC revision 1.23.4.1 by rms, Wed Oct 23 17:23:00 2002 UTC
# Line 198  $(DONTCOMPILE:.el=.elc): Line 198  $(DONTCOMPILE:.el=.elc):
198  # load's in the files being compiled find the right files.  # load's in the files being compiled find the right files.
199    
200  compile-files: subdirs.el doit  compile-files: subdirs.el doit
201          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; \
202          wd=$(lisp); $(setwins); \          wd=$(lisp); $(setwins); \
203          elpat=`echo $$wins | tr '       ' '\012\012' | \          elpat=`echo $$wins | tr '       ' '\012\012' | \
204                  sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \                  sed -e 's|\(.\)$$|\1/|' -e 's|^\./||' -e 's|$$|*.el|'`; \

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.23.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26