From 4759c969ee17a8aab684110427df1e284edfdca8 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 30 Oct 2002 15:50:59 +0000 Subject: [PATCH] Bug 174143: Removed the obsolete platform.mk file. Do not allow overriding of PLATFORM by the environment because PLATFORM is a common environment variable. --- security/coreconf/README | 3 --- security/coreconf/config.mk | 2 -- security/coreconf/platform.mk | 38 ----------------------------------- 3 files changed, 43 deletions(-) delete mode 100644 security/coreconf/platform.mk diff --git a/security/coreconf/README b/security/coreconf/README index dcacd2a8569e..100a38501dd5 100644 --- a/security/coreconf/README +++ b/security/coreconf/README @@ -232,9 +232,6 @@ OVERVIEW of "config.mk": $(OS_CONFIG).mk -specific macros (dependent upon tags) - platform.mk source and release tags - (dependent upon tags) - tree.mk release tags (dependent upon tags) diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk index 01b633be8e62..949d27ef6a52 100644 --- a/security/coreconf/config.mk +++ b/security/coreconf/config.mk @@ -70,9 +70,7 @@ endif # [4.0] Master "Core Components" source and release tags # # (dependent upon tags) # ####################################################################### -ifndef PLATFORM PLATFORM = $(OBJDIR_NAME) -endif ####################################################################### # [5.0] Master "Core Components" release tags # diff --git a/security/coreconf/platform.mk b/security/coreconf/platform.mk deleted file mode 100644 index a4826d315300..000000000000 --- 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" tag # -####################################################################### - -PLATFORM = $(OBJDIR_NAME)