1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(SHELLTYPE): New define.

(SETLOADPATH): New define.
This commit is contained in:
Andrew Innes 2000-09-14 21:45:18 +00:00
parent de324d883e
commit 54f28d5fbc

View File

@ -68,9 +68,12 @@ all:
sh_output := $(shell echo)
ifeq "$(findstring ECHO, $(sh_output))" "ECHO"
THE_SHELL = $(COMSPEC)$(ComSpec)
SHELLTYPE=CMD
else
USING_SH = 1
THE_SHELL = $(SHELL)
SHELLTYPE=SH
SETLOADPATH=EMACSLOADPATH=$(lisp)
endif
MAKEDIR = $(CURDIR)