Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32372ef8
Commit
32372ef8
authored
Oct 20, 1998
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forcibly set SHELL and MAKESHELL to force Make to use
COMMAND.COM as the shell.
parent
bffa4d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
msdos/mainmake.v2
msdos/mainmake.v2
+6
-0
No files found.
msdos/mainmake.v2
View file @
32372ef8
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment