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:
parent
de324d883e
commit
54f28d5fbc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user