summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-10-30 15:50:59 +0000
committerwtc%netscape.com <devnull@localhost>2002-10-30 15:50:59 +0000
commitc3f28212b9b2bf6838ed3092bde60f9c81f14508 (patch)
tree3f513523fc70ace57075bbd38157a64203547cdd
parent258a16d829d6d027a136bd0689b0789d82cc537c (diff)
downloadnss-hg-c3f28212b9b2bf6838ed3092bde60f9c81f14508.tar.gz
Bug 174143: Removed the obsolete platform.mk file. Do not allow overriding
of PLATFORM by the environment because PLATFORM is a common environment variable.
-rw-r--r--security/coreconf/README3
-rw-r--r--security/coreconf/config.mk2
-rw-r--r--security/coreconf/platform.mk38
3 files changed, 0 insertions, 43 deletions
diff --git a/security/coreconf/README b/security/coreconf/README
index dcacd2a85..100a38501 100644
--- a/security/coreconf/README
+++ b/security/coreconf/README
@@ -232,9 +232,6 @@ OVERVIEW of "config.mk":
$(OS_CONFIG).mk <architecture>-specific macros
(dependent upon <architecture> tags)
- platform.mk source and release <platform> tags
- (dependent upon <architecture> tags)
-
tree.mk release <tree> tags
(dependent upon <architecture> tags)
diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk
index 01b633be8..949d27ef6 100644
--- a/security/coreconf/config.mk
+++ b/security/coreconf/config.mk
@@ -70,9 +70,7 @@ endif
# [4.0] Master "Core Components" source and release <platform> tags #
# (dependent upon <architecture> tags) #
#######################################################################
-ifndef PLATFORM
PLATFORM = $(OBJDIR_NAME)
-endif
#######################################################################
# [5.0] Master "Core Components" release <tree> tags #
diff --git a/security/coreconf/platform.mk b/security/coreconf/platform.mk
deleted file mode 100644
index a4826d315..000000000
--- a/security/coreconf/platform.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Netscape security libraries.
-#
-# The Initial Developer of the Original Code is Netscape
-# Communications Corporation. Portions created by Netscape are
-# Copyright (C) 1994-2000 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the
-# terms of the GNU General Public License Version 2 or later (the
-# "GPL"), in which case the provisions of the GPL are applicable
-# instead of those above. If you wish to allow use of your
-# version of this file only under the terms of the GPL and not to
-# allow others to use your version of this file under the MPL,
-# indicate your decision by deleting the provisions above and
-# replace them with the notice and other provisions required by
-# the GPL. If you do not delete the provisions above, a recipient
-# may use your version of this file under either the MPL or the
-# GPL.
-#
-
-#######################################################################
-# Master "Core Components" <platform> tag #
-#######################################################################
-
-PLATFORM = $(OBJDIR_NAME)