changeset 23496:1518b5946f9f

Forcibly set SHELL and MAKESHELL to force Make to use COMMAND.COM as the shell.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 20 Oct 1998 14:16:07 +0000
parents d5f08ad9a40b
children eee76d0af99c
files msdos/mainmake.v2
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/mainmake.v2	Mon Oct 19 18:26:28 1998 +0000
+++ b/msdos/mainmake.v2	Tue Oct 20 14:16:07 1998 +0000
@@ -29,6 +29,12 @@
 # make extraclean
 #      Still more severe - delete backup and autosave files, too.
 
+# This gork is required for those who use a Unix-style shell, and
+# have SHELL in the environment pointing to it.  Here we force
+# Make to use COMMAND.COM instead.  This Makefile won't work otherwise.
+override SHELL=/dos/command
+override MAKESHELL=/dos/command
+
 # Generate a full pathname of the top-level installation directory
 top_srcdir := $(subst \,/,$(shell cd))