comparison Makefile.in @ 58137:3bdbcfe4d4e0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Nov 2004 14:54:26 +0000
parents 238fa05221c4
children 5251b89bd389 cb7f41387eb3
comparison
equal deleted inserted replaced
58136:a64a4c71a717 58137:3bdbcfe4d4e0
50 # and so on. 50 # and so on.
51 # 51 #
52 # make extraclean 52 # make extraclean
53 # Still more severe - delete backup and autosave files, too. 53 # Still more severe - delete backup and autosave files, too.
54 # 54 #
55 # make bootstrap-build 55 # make bootstrap
56 # Recompiles all the Emacs Lisp files using the latest source,
57 # then rebuilds Emacs.
58 #
59 # make bootfast
56 # Recompiles changed Emacs Lisp files using the latest C source, 60 # Recompiles changed Emacs Lisp files using the latest C source,
57 # then rebuilds Emacs. This is faster than `make bootstrap' 61 # then rebuilds Emacs. This is faster than `make bootstrap'
58 # but once in a while an old .elc file can cause trouble. 62 # but once in a while an old .elc file can cause trouble.
59 #
60 # make bootfast
61 # Recompiles all the Emacs Lisp files using the latest source,
62 # then rebuilds Emacs.
63 63
64 SHELL = /bin/sh 64 SHELL = /bin/sh
65 65
66 # This may not work with certain non-GNU make's. It only matters when 66 # This may not work with certain non-GNU make's. It only matters when
67 # inheriting a CDPATH not starting with the current directory. 67 # inheriting a CDPATH not starting with the current directory.