comparison Makefile.in @ 49383:6dc041df7e02

(bootstrap): Make bootstrap-after.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 22 Jan 2003 17:13:08 +0000
parents fc1853b3e3dd
children 99be3a1e2589
comparison
equal deleted inserted replaced
49382:8a3c38e8fdae 49383:6dc041df7e02
736 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 736 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
737 (cd src; $(MAKE) $(MFLAGS) bootstrap) 737 (cd src; $(MAKE) $(MFLAGS) bootstrap)
738 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs) 738 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
739 (cd src; $(MAKE) $(MFLAGS) mostlyclean) 739 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
740 $(MAKE) $(MFLAGS) all 740 $(MAKE) $(MFLAGS) all
741 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
741 742
742 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. 743 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
743 bootstrap-clean-before: FRC 744 bootstrap-clean-before: FRC
744 (cd src; $(MAKE) $(MFLAGS) mostlyclean) 745 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
745 (cd oldXMenu; $(MAKE) $(MFLAGS) clean) 746 (cd oldXMenu; $(MAKE) $(MFLAGS) clean)