comparison Makefile.in @ 95634:af8992d7e5d7

(bootstrap-build): Remove mostlyclean, since it seems to serve no purpose.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:47:16 +0000
parents a9ad32b3a4dd
children d143e6de14ec
comparison
equal deleted inserted replaced
95633:a72841755a1c 95634:af8992d7e5d7
841 $(MAKE) $(MFLAGS) info bootstrap-build 841 $(MAKE) $(MFLAGS) info bootstrap-build
842 842
843 bootfast: bootstrap-clean-before-fast FRC 843 bootfast: bootstrap-clean-before-fast FRC
844 $(MAKE) $(MFLAGS) info bootstrap-build 844 $(MAKE) $(MFLAGS) info bootstrap-build
845 845
846 ## There used to be a src; mostlyclean before all, but it does not
847 ## seem to serve any purpose, and compiles things twice.
848 ## http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg00104.html
846 bootstrap-build: FRC 849 bootstrap-build: FRC
847 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare) 850 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare)
848 (cd src; $(MAKE) $(MFLAGS) bootstrap) 851 (cd src; $(MAKE) $(MFLAGS) bootstrap)
849 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT}) 852 (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT})
850 (cd src; $(MAKE) $(MFLAGS) mostlyclean)
851 $(MAKE) $(MFLAGS) all 853 $(MAKE) $(MFLAGS) all
852 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after) 854 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
853 855
854 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. 856 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
855 bootstrap-clean-before: bootstrap-clean-before-fast FRC 857 bootstrap-clean-before: bootstrap-clean-before-fast FRC