зеркало из https://github.com/mozilla/pjs.git
and copy to js/src. r=bustage
This commit is contained in:
Родитель
f86a818969
Коммит
e88266231f
|
@ -83,6 +83,11 @@ $(foreach x,$(CHECK_VARS),$(check-variable))
|
||||||
|
|
||||||
core_abspath = $(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(CURDIR)/$(1)))
|
core_abspath = $(if $(findstring :,$(1)),$(1),$(if $(filter /%,$(1)),$(1),$(CURDIR)/$(1)))
|
||||||
|
|
||||||
|
nullstr :=
|
||||||
|
space :=$(nullstr) # EOL
|
||||||
|
|
||||||
|
core_winabspath = $(firstword $(subst /, ,$(call core_abspath,$(1)))):$(subst $(space),,$(patsubst %,\\%,$(wordlist 2,$(words $(subst /, ,$(call core_abspath,$(1)))), $(strip $(subst /, ,$(call core_abspath,$(1)))))))
|
||||||
|
|
||||||
# FINAL_TARGET specifies the location into which we copy end-user-shipped
|
# FINAL_TARGET specifies the location into which we copy end-user-shipped
|
||||||
# build products (typelibs, components, chrome).
|
# build products (typelibs, components, chrome).
|
||||||
#
|
#
|
||||||
|
|
Загрузка…
Ссылка в новой задаче