Mercurial > emacs
comparison src/makefile.w32-in @ 112155:c55486404fcd
In Makefiles, -batch implies -q.
* leim/makefile.w32-in (RUN_EMACS):
* leim/Makefile.in (RUN-EMACS): -batch implies --no-init-file.
* lisp/makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
* src/makefile.w32-in ($(EMACS)):
* src/Makefile.in (emacs$(EXEEXT)): -batch implies -q.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 07 Jan 2011 18:41:14 -0800 |
parents | f8cb84d0e6ee |
children |
comparison
equal
deleted
inserted
replaced
112154:3e52c52bbc1a | 112155:c55486404fcd |
---|---|
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
3 # 2008, 2009, 2010 Free Software Foundation, Inc. | 3 # 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
4 | 4 |
5 # This file is part of GNU Emacs. | 5 # This file is part of GNU Emacs. |
6 | 6 |
7 # GNU Emacs is free software: you can redistribute it and/or modify | 7 # GNU Emacs is free software: you can redistribute it and/or modify |
8 # it under the terms of the GNU General Public License as published by | 8 # it under the terms of the GNU General Public License as published by |
163 # The dumped executable | 163 # The dumped executable |
164 # | 164 # |
165 emacs: stamp_BLD $(EMACS) | 165 emacs: stamp_BLD $(EMACS) |
166 $(EMACS): $(DOC) $(TEMACS) | 166 $(EMACS): $(DOC) $(TEMACS) |
167 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump | 167 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump |
168 -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows | 168 -"$(THISDIR)/$(BLD)/emacs.exe" -batch -f list-load-path-shadows |
169 | 169 |
170 # | 170 # |
171 # The undumped executable | 171 # The undumped executable |
172 # Note the extra post-link step to insert a static preload heap section. | 172 # Note the extra post-link step to insert a static preload heap section. |
173 # If preload runs out of memory, increase the last argument to addsection | 173 # If preload runs out of memory, increase the last argument to addsection |