/[emacs]/emacs/msdos/mainmake.v2
ViewVC logotype

Diff of /emacs/msdos/mainmake.v2

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

revision 1.29 by eliz, Sat Mar 9 15:12:30 2002 UTC revision 1.30 by eliz, Wed Mar 20 17:37:50 2002 UTC
# Line 160  maybe_bootstrap: Line 160  maybe_bootstrap:
160  bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info  bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
161    
162  bootstrap-lisp-1:  bootstrap-lisp-1:
163          cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean          cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean; cd ..
164    
165  bootstrap-lisp:  bootstrap-lisp:
166          cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/b-emacs.exe          cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/b-emacs.exe; cd ..
167    
168  bootstrap-src:  bootstrap-src:
169          cd src; $(MAKE) $(MFLAGS) bootstrap          cd src; $(MAKE) $(MFLAGS) bootstrap; cd ..
170    
171  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
172  bootstrap-clean-before: FRC  bootstrap-clean-before: FRC
173          cd src;      $(MAKE) $(MFLAGS) mostlyclean          cd src;      $(MAKE) $(MFLAGS) mostlyclean; cd ..
174          cd lib-src;  $(MAKE) $(MFLAGS) clean          cd lib-src;  $(MAKE) $(MFLAGS) clean;       cd ..
175          cd leim;     $(MAKE) $(MFLAGS) clean          cd leim;     $(MAKE) $(MFLAGS) clean;       cd ..
176    
177  bootstrap-clean-after:  bootstrap-clean-after:
178          cd src; $(MAKE) $(MFLAGS) mostlyclean          cd src; $(MAKE) $(MFLAGS) mostlyclean; cd ..

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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