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

Diff of /emacs/Makefile.in

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

revision 1.250 by eliz, Sat Nov 24 16:42:00 2001 UTC revision 1.251 by rms, Mon Nov 26 11:00:17 2001 UTC
# Line 696  maybe_bootstrap: Line 696  maybe_bootstrap:
696            $(MAKE) $(MFLAGS) bootstrap; \            $(MAKE) $(MFLAGS) bootstrap; \
697          fi          fi
698    
699  bootstrap: clean bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info  bootstrap: boostrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean all info
700    
701  bootstrap-lisp-1:  bootstrap-lisp-1:
702          (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)          (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
# Line 707  bootstrap-lisp: Line 707  bootstrap-lisp:
707  bootstrap-src:  bootstrap-src:
708          (cd src; $(MAKE) $(MFLAGS) bootstrap)          (cd src; $(MAKE) $(MFLAGS) bootstrap)
709    
710  bootstrap-clean:  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
711          (cd src; $(MAKE) $(MFLAGS) clean)  bootstrap-clean-before: FRC
712            (cd src;      $(MAKE) $(MFLAGS) mostlyclean)
713            (cd oldXMenu; $(MAKE) $(MFLAGS) clean)
714            (cd lwlib;    $(MAKE) $(MFLAGS) clean)
715            (cd lib-src;  $(MAKE) $(MFLAGS) clean)
716            -(cd man &&   $(MAKE) $(MFLAGS) clean)
717            -(cd lispref &&   $(MAKE) $(MFLAGS) clean)
718            -(cd lispintro &&   $(MAKE) $(MFLAGS) clean)
719            (cd leim;     $(MAKE) $(MFLAGS) clean)
720    
721    bootstrap-clean-after:
722            (cd src; $(MAKE) $(MFLAGS) mostlyclean)

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

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