зеркало из https://github.com/mozilla/pjs.git
Bustage fix from bug 415928, r=ted
This commit is contained in:
Родитель
abb080dba5
Коммит
ecc54d8e32
|
@ -571,9 +571,9 @@ ifdef MOZ_MEMORY
|
||||||
ifneq (,$(WIN32_CRT_SRC_DIR)$(WIN32_CUSTOM_CRT_DIR))
|
ifneq (,$(WIN32_CRT_SRC_DIR)$(WIN32_CUSTOM_CRT_DIR))
|
||||||
export LIB = @MOZ_LIB@
|
export LIB = @MOZ_LIB@
|
||||||
export PATH = @MOZ_PATH@
|
export PATH = @MOZ_PATH@
|
||||||
endif
|
|
||||||
endif
|
|
||||||
DLLFLAGS = @DLLFLAGS@
|
DLLFLAGS = @DLLFLAGS@
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# python options.
|
# python options.
|
||||||
MOZ_PYTHON_EXTENSIONS = @MOZ_PYTHON_EXTENSIONS@
|
MOZ_PYTHON_EXTENSIONS = @MOZ_PYTHON_EXTENSIONS@
|
||||||
|
|
|
@ -145,7 +145,9 @@ NSPR_LIB_DIR = $(ABS_DIST)/lib
|
||||||
endif
|
endif
|
||||||
# Can't pass this in DEFAULT_GMAKE_FLAGS because that overrides
|
# Can't pass this in DEFAULT_GMAKE_FLAGS because that overrides
|
||||||
# definitions in NSS, so just export it into the sub-make's environment.
|
# definitions in NSS, so just export it into the sub-make's environment.
|
||||||
|
ifeq (WINNT_1,$(OS_TARGET)_$(MOZ_MEMORY))
|
||||||
export DLLFLAGS
|
export DLLFLAGS
|
||||||
|
endif
|
||||||
# NSS makefiles are not safe for parallel execution.
|
# NSS makefiles are not safe for parallel execution.
|
||||||
DEFAULT_GMAKE_FLAGS = MAKE="$(MAKE) -j1" -j1
|
DEFAULT_GMAKE_FLAGS = MAKE="$(MAKE) -j1" -j1
|
||||||
DEFAULT_GMAKE_FLAGS += CC="$(CC)"
|
DEFAULT_GMAKE_FLAGS += CC="$(CC)"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче