Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when

building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org.


git-svn-id: svn://10.0.0.236/trunk@168828 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2005-02-05 01:43:09 +00:00
parent cffa972a5d
commit 299c44c32c

View File

@ -115,6 +115,13 @@ endif # WINNT
ifeq ($(OS_ARCH),OpenVMS)
DEFAULT_GMAKE_FLAGS += XCFLAGS="$(OS_CFLAGS)"
endif
ifeq ($(OS_ARCH),Darwin)
# Make nsinstall use absolute symlinks by default when building NSS
# for Mozilla on Mac OS X. (Bugzilla bug 193164)
ifndef NSDISTMODE
DEFAULT_GMAKE_FLAGS += NSDISTMODE=absolute_symlink
endif
endif
ifdef CROSS_COMPILE
DEFAULT_GMAKE_FLAGS += \
NSINSTALL="$(NSINSTALL)" \