Uncouple the definition of MOZILLA_SECURITY_BUILD from the location of

the "dist" directory used in the NSS build.  MOZILLA_SECURITY_BUILD is
now only useful for iPlanet internal builds, and is not needed by anyone
else.
This commit is contained in:
nelsonb%netscape.com 2000-09-06 23:33:27 +00:00
parent 68d4cfc374
commit 631e3d9aee
2 changed files with 2 additions and 10 deletions

View File

@ -41,15 +41,12 @@
BUILD = $(PLATFORM)
OBJDIR = $(PLATFORM)
ifdef MOZILLA_SECURITY_BUILD
DIST = $(CORE_DEPTH)/../dist/$(PLATFORM)
else
ifdef MOZILLA_CLIENT
DIST = $(CORE_DEPTH)/../mozilla/dist/$(PLATFORM)
else
DIST = $(CORE_DEPTH)/dist/$(PLATFORM)
endif
endif
VPATH = $(NSINSTALL_DIR)/$(PLATFORM)
DEPENDENCIES = $(PLATFORM)/.md

View File

@ -39,15 +39,10 @@
# <user_source_tree> master import/export directory prefix
#
SOURCE_PREFIX = $(CORE_DEPTH)/dist
ifdef MOZILLA_SECURITY_BUILD
SOURCE_PREFIX = $(CORE_DEPTH)/../dist
else
ifdef MOZILLA_CLIENT
SOURCE_PREFIX = $(CORE_DEPTH)/../mozilla/dist
endif
endif
#
# <user_source_tree> cross-platform (xp) master import/export directory