comparison Makefile.in @ 73678:dbad5ab7f084

(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim subdirectory.
author Romain Francoise <romain@orebokech.com>
date Sat, 04 Nov 2006 14:44:13 +0000
parents e6c15fc03c78
children 6211df193121
comparison
equal deleted inserted replaced
73677:e92b6b791ebb 73678:dbad5ab7f084
788 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after) 788 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)
789 789
790 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. 790 ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
791 bootstrap-clean-before: bootstrap-clean-before-fast FRC 791 bootstrap-clean-before: bootstrap-clean-before-fast FRC
792 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) 792 (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
793 (cd leim; $(MAKE) $(MFLAGS) bootstrap-clean)
793 794
794 ### Used for `bootfast' to avoid deleting existing dumped Emacs executables 795 ### Used for `bootfast' to avoid deleting existing dumped Emacs executables
795 ### and compiled .elc files. 796 ### and compiled .elc files.
796 bootstrap-clean-before-fast: FRC 797 bootstrap-clean-before-fast: FRC
797 (cd src; $(MAKE) $(MFLAGS) mostlyclean) 798 (cd src; $(MAKE) $(MFLAGS) mostlyclean)