update mk files
This commit is contained in:
parent
e46a2eefcb
commit
01e1bd9ae8
@ -2,10 +2,10 @@
|
|||||||
# general emacs lisp pattern rules
|
# general emacs lisp pattern rules
|
||||||
# #########################################################################
|
# #########################################################################
|
||||||
%/elisp-all:
|
%/elisp-all:
|
||||||
"$(MAKE)" -C $* $(@F)
|
"$(call fixpath-shell,$(MAKE))" -C $* $(@F)
|
||||||
|
|
||||||
%.elc : %.el
|
%.elc : %.el
|
||||||
"$(EMACS)"\
|
"$(call fixpath-shell,$(EMACS))"\
|
||||||
--eval '(setq vc-handled-backends nil)' -batch -q -no-site-file\
|
--eval '(setq vc-handled-backends nil)' -batch -q -no-site-file\
|
||||||
$(addprefix -L ,$(LOAD_PATH)) $(EMACSFLAGS)\
|
$(addprefix -L ,$(LOAD_PATH)) $(EMACSFLAGS)\
|
||||||
-f batch-byte-compile $(call emacspath,$?)
|
-f batch-byte-compile $(call emacspath,$?)
|
||||||
|
|||||||
1
util.mk
1
util.mk
@ -85,6 +85,7 @@ ifneq (,$(or $(ComSpec),$(COMSPEC),$(comspec)))
|
|||||||
HOSTENV := w32
|
HOSTENV := w32
|
||||||
DIRSEP := $(strip \)
|
DIRSEP := $(strip \)
|
||||||
NULL := nul
|
NULL := nul
|
||||||
|
fixpath-shell = $(subst ?,$(sp),$(subst /,\,$(subst $(sp),?,$(1))))
|
||||||
fixpath-make = $(subst \,/,$(subst $(sp),?,$(1)))
|
fixpath-make = $(subst \,/,$(subst $(sp),?,$(1)))
|
||||||
MD := mkdir
|
MD := mkdir
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user