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