diff 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
line wrap: on
line diff
--- a/src/makefile.w32-in	Fri Jan 07 18:34:26 2011 -0800
+++ b/src/makefile.w32-in	Fri Jan 07 18:41:14 2011 -0800
@@ -1,6 +1,6 @@
 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-#   2008, 2009, 2010  Free Software Foundation, Inc.
+#   2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -165,7 +165,7 @@
 emacs:          stamp_BLD $(EMACS)
 $(EMACS):       $(DOC) $(TEMACS)
 	"$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
-	-"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
+	-"$(THISDIR)/$(BLD)/emacs.exe" -batch -f list-load-path-shadows
 
 #
 # The undumped executable