/[emacs]/emacs/lisp/makefile.w32-in
ViewVC logotype

Diff of /emacs/lisp/makefile.w32-in

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

revision 1.32 by miles, Tue Sep 16 02:38:36 2003 UTC revision 1.33 by eliz, Sat Oct 4 09:07:17 2003 UTC
# Line 87  DONTCOMPILE = \ Line 87  DONTCOMPILE = \
87          $(lisp)/language/utf-8-lang.el \          $(lisp)/language/utf-8-lang.el \
88          $(lisp)/language/georgian.el \          $(lisp)/language/georgian.el \
89          $(lisp)/loaddefs.el \          $(lisp)/loaddefs.el \
90          $(lisp)/loaddefs-boot.el \          $(lisp)/ldefs-boot.el \
91          $(lisp)/loadup.el \          $(lisp)/loadup.el \
92          $(lisp)/mail/blessmail.el \          $(lisp)/mail/blessmail.el \
93          $(lisp)/patcomp.el \          $(lisp)/patcomp.el \
# Line 371  bootstrap-clean: bootstrap-clean-$(SHELL Line 371  bootstrap-clean: bootstrap-clean-$(SHELL
371    
372  bootstrap-clean-CMD:  bootstrap-clean-CMD:
373  #       if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads  #       if exist $(EMACS) $(MAKE) $(MFLAGS) autoloads
374          if not exist $(lisp)\loaddefs.el cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el          if not exist $(lisp)\loaddefs.el cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el
375          -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g          -for %f in (. $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g
376    
377  bootstrap-clean-SH:  bootstrap-clean-SH:
378  #       if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi  #       if test -f $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
379  #       -rm -f $(lisp)/*.elc $(lisp)/*/*.elc  #       -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
380          if ! test -r $(lisp)/loaddefs.el; then \          if ! test -r $(lisp)/loaddefs.el; then \
381            cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el; \            cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \
382          fi          fi
383          -for dir in . $(WINS); do rm -f $$dir/*.elc; done          -for dir in . $(WINS); do rm -f $$dir/*.elc; done
384    

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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