Bug 552385 - "Memory" directory is compiling twice while building fennec. r=ted.mielczarek

This commit is contained in:
Egor Starkov 2010-03-24 06:07:45 -04:00
Родитель 994dbc6b73
Коммит 5df7426ef3
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -61,10 +61,15 @@ TIERS += base
tier_base_dirs = \
config \
build \
memory \
probes \
$(NULL)
ifndef LIBXUL_SDK
tier_base_dirs += \
memory \
$(NULL)
endif
ifdef COMPILE_ENVIRONMENT
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
endif

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

@ -85,7 +85,7 @@ if [ "$WINCE" ]; then
"
fi
if [ "$MOZ_MEMORY" ]; then
if [ "$MOZ_MEMORY" -a "$LIBXUL_SDK" -eq ""]; then
add_makefiles "
memory/jemalloc/Makefile
"