comparison nt/makefile.w32-in @ 42026:dbb37240de5f

(bootstrap): Build addsection program before bootstrap (required for post-processing temacs.exe).
author Andrew Innes <andrewi@gnu.org>
date Fri, 14 Dec 2001 18:14:00 +0000
parents afe310730a69
children 5040cc502801
comparison
equal deleted inserted replaced
42025:78ebd7f24e8b 42026:dbb37240de5f
103 ### This is meant for Emacs maintainers only. It first cleans the 103 ### This is meant for Emacs maintainers only. It first cleans the
104 ### lisp subdirectory, removing all compiled Lisp files. Then a 104 ### lisp subdirectory, removing all compiled Lisp files. Then a
105 ### special emacs executable is built from Lisp sources, which is then 105 ### special emacs executable is built from Lisp sources, which is then
106 ### used to compile Lisp files. The last step is a "normal" make. 106 ### used to compile Lisp files. The last step is a "normal" make.
107 107
108 bootstrap: bootstrap-$(MAKETYPE) all 108 bootstrap: addsection bootstrap-$(MAKETYPE) all
109 109
110 bootstrap-nmake: 110 bootstrap-nmake:
111 cd ..\lisp 111 cd ..\lisp
112 $(MAKE) $(MFLAGS) bootstrap-clean 112 $(MAKE) $(MFLAGS) bootstrap-clean
113 cd ..\src 113 cd ..\src