Only force the use of absolute symlinks on Darwin when building Mozilla.

Bug #193164 r=wtc
This commit is contained in:
seawood%netscape.com 2003-02-26 00:48:56 +00:00
Родитель e3684c4c33
Коммит eace838ad1
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -48,6 +48,12 @@ DIRS = config pr lib
ifdef MOZILLA_CLIENT
PR_CLIENT_BUILD = 1
PR_CLIENT_BUILD_UNIX = 1
ifeq ($(OS_ARCH),Darwin)
ifndef NSDISTMODE
NSDISTMODE=absolute_symlink
export NSDISTMODE
endif
endif
endif
DIST_GARBAGE = config.cache config.log config.status

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

@ -77,9 +77,6 @@ endef
LINK_DLL = $(LD) $(OS_DLLFLAGS) $(DLLFLAGS)
ifeq ($(OS_ARCH),Darwin)
ifndef NSDISTMODE
NSDISTMODE=absolute_symlink
endif
PWD := $(shell pwd)
endif