Bustage fix from bug 415928, r=ted

This commit is contained in:
gavin@gavinsharp.com 2008-02-26 10:30:21 -08:00
Родитель ce823891df
Коммит 0d7ac3f2ef
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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)"