emacs/msdos mainmake.v2

Eli Zaretskii <[email protected]> Sat, 15 Nov 2008 15:37:11 +0000
Newsgroups gmane.emacs.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsroot/emacs
Module name:	emacs
Changes by:	Eli Zaretskii <eliz>	08/11/15 15:37:11

Modified files:
	msdos          : mainmake.v2 

Log message:
	Make bootstrap work again:
	
	(boot): New variable.
	(src): Pass $(boot) to sub-Make.  Remove src/bootlisp.  If src/bootlisp
	exists after running Make, run Make in `lisp' as well.
	(clean, mostlyclean): Remove bogus repeated clean in the top-level directory.
	(info, bootstrap-clean): New targets.
	(bootstrap): Depend only on bootstrap-clean.  Commands modified to be
	equivalent to top-level Makefile.in.
	(bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
	(bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
	(clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse
	into lwlib and oldXMenu.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/msdos/mainmake.v2?cvsroot=emacs&r1=1.43&r2=1.44