]> git.eshelyaron.com Git - emacs.git/commitdiff
Forcibly set SHELL and MAKESHELL to force Make to use
authorEli Zaretskii <eliz@gnu.org>
Tue, 20 Oct 1998 14:16:07 +0000 (14:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Oct 1998 14:16:07 +0000 (14:16 +0000)
COMMAND.COM as the shell.

msdos/mainmake.v2

index 5a81f3bbc25513f9df7164c2ad95fb4aa82bc784..0f137cd12a3f6462603ee403c6b25412f8bb6a9d 100644 (file)
 # 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))