From: Richard M. Stallman Date: Thu, 11 Nov 2004 14:54:26 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~4007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd9ebbbbca90b7c6ab1e9938cb682c5b424baaf9;p=emacs.git Comment change. --- diff --git a/Makefile.in b/Makefile.in index c62c9e2b41f..ce476a95cf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,14 +52,14 @@ # make extraclean # Still more severe - delete backup and autosave files, too. # -# make bootstrap-build +# make bootstrap +# Recompiles all the Emacs Lisp files using the latest source, +# then rebuilds Emacs. +# +# make bootfast # Recompiles changed Emacs Lisp files using the latest C source, # then rebuilds Emacs. This is faster than `make bootstrap' # but once in a while an old .elc file can cause trouble. -# -# make bootfast -# Recompiles all the Emacs Lisp files using the latest source, -# then rebuilds Emacs. SHELL = /bin/sh