summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-02-02 01:49:57 +0000
committerwtc%netscape.com <devnull@localhost>2001-02-02 01:49:57 +0000
commit04a383fff0db4622a7d24c173a3b65f30685d484 (patch)
treed3bd15b6c8aaf7a5a7ba7977958693022103d99a /security
parent4228970186d8857def8552b96f3eb602dc585f37 (diff)
downloadnss-hg-04a383fff0db4622a7d24c173a3b65f30685d484.tar.gz
Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,
HAVE_PURIFY etc. make variables in NSS files. Reviewed by nelson Bolyard. Modified Files: cmd/platrules.mk cmd/crmf-cgi/config.mk cmd/crmftest/config.mk cmd/lib/config.mk cmd/zlib/config.mk lib/base/config.mk lib/certdb/config.mk lib/certhigh/config.mk lib/ckfw/config.mk lib/crmf/config.mk lib/cryptohi/config.mk lib/fortcrypt/swfort/config.mk lib/freebl/config.mk lib/jar/config.mk lib/nss/config.mk lib/pk11wrap/config.mk lib/pkcs12/config.mk lib/pkcs7/config.mk lib/smime/config.mk lib/softoken/config.mk lib/ssl/config.mk lib/util/config.mk
Diffstat (limited to 'security')
-rw-r--r--security/nss/cmd/crmf-cgi/config.mk1
-rw-r--r--security/nss/cmd/crmftest/config.mk1
-rw-r--r--security/nss/cmd/lib/config.mk1
-rw-r--r--security/nss/cmd/platrules.mk1
-rw-r--r--security/nss/cmd/zlib/config.mk1
-rw-r--r--security/nss/lib/base/config.mk1
-rw-r--r--security/nss/lib/certdb/config.mk1
-rw-r--r--security/nss/lib/certhigh/config.mk1
-rw-r--r--security/nss/lib/ckfw/config.mk1
-rw-r--r--security/nss/lib/crmf/config.mk1
-rw-r--r--security/nss/lib/cryptohi/config.mk1
-rw-r--r--security/nss/lib/fortcrypt/swfort/config.mk1
-rw-r--r--security/nss/lib/freebl/config.mk5
-rw-r--r--security/nss/lib/jar/config.mk1
-rw-r--r--security/nss/lib/nss/config.mk1
-rw-r--r--security/nss/lib/pk11wrap/config.mk1
-rw-r--r--security/nss/lib/pkcs12/config.mk1
-rw-r--r--security/nss/lib/pkcs7/config.mk1
-rw-r--r--security/nss/lib/smime/config.mk1
-rw-r--r--security/nss/lib/softoken/config.mk1
-rw-r--r--security/nss/lib/ssl/config.mk1
-rw-r--r--security/nss/lib/util/config.mk1
22 files changed, 1 insertions, 25 deletions
diff --git a/security/nss/cmd/crmf-cgi/config.mk b/security/nss/cmd/crmf-cgi/config.mk
index 2b159a024..bcbaa2804 100644
--- a/security/nss/cmd/crmf-cgi/config.mk
+++ b/security/nss/cmd/crmf-cgi/config.mk
@@ -40,6 +40,5 @@
TARGETS = $(PROGRAM)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
LIBRARY =
diff --git a/security/nss/cmd/crmftest/config.mk b/security/nss/cmd/crmftest/config.mk
index 7dc65faac..7343609f8 100644
--- a/security/nss/cmd/crmftest/config.mk
+++ b/security/nss/cmd/crmftest/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(PROGRAM)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
LIBRARY =
diff --git a/security/nss/cmd/lib/config.mk b/security/nss/cmd/lib/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/cmd/lib/config.mk
+++ b/security/nss/cmd/lib/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/cmd/platrules.mk b/security/nss/cmd/platrules.mk
index 5570b659b..3e5c19933 100644
--- a/security/nss/cmd/platrules.mk
+++ b/security/nss/cmd/platrules.mk
@@ -40,7 +40,6 @@ show:
@echo "OS_ARCH = $(OS_ARCH)"
@echo "PROGRAM = >$(PROGRAM)<"
@echo "PROGRAMS = $(PROGRAMS)"
- @echo "PURE_LIBRARY = $(PURE_LIBRARY)"
@echo "SHARED_LIBRARY = $(SHARED_LIBRARY)"
@echo "TARGETS = >$(TARGETS)<"
diff --git a/security/nss/cmd/zlib/config.mk b/security/nss/cmd/zlib/config.mk
index 6e32dc6c9..090b93d70 100644
--- a/security/nss/cmd/zlib/config.mk
+++ b/security/nss/cmd/zlib/config.mk
@@ -39,7 +39,6 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
#######################################################################
diff --git a/security/nss/lib/base/config.mk b/security/nss/lib/base/config.mk
index 9a2fe925b..4a9ed7dda 100644
--- a/security/nss/lib/base/config.mk
+++ b/security/nss/lib/base/config.mk
@@ -44,6 +44,5 @@ endif
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/certdb/config.mk b/security/nss/lib/certdb/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/certdb/config.mk
+++ b/security/nss/lib/certdb/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/certhigh/config.mk b/security/nss/lib/certhigh/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/certhigh/config.mk
+++ b/security/nss/lib/certhigh/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/ckfw/config.mk b/security/nss/lib/ckfw/config.mk
index 7131e1837..521c93d31 100644
--- a/security/nss/lib/ckfw/config.mk
+++ b/security/nss/lib/ckfw/config.mk
@@ -49,7 +49,6 @@ endif
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/crmf/config.mk b/security/nss/lib/crmf/config.mk
index 1684cf3fa..3b647d954 100644
--- a/security/nss/lib/crmf/config.mk
+++ b/security/nss/lib/crmf/config.mk
@@ -40,6 +40,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/cryptohi/config.mk b/security/nss/lib/cryptohi/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/cryptohi/config.mk
+++ b/security/nss/lib/cryptohi/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/fortcrypt/swfort/config.mk b/security/nss/lib/fortcrypt/swfort/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/fortcrypt/swfort/config.mk
+++ b/security/nss/lib/fortcrypt/swfort/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/freebl/config.mk b/security/nss/lib/freebl/config.mk
index f8f454758..2783a9821 100644
--- a/security/nss/lib/freebl/config.mk
+++ b/security/nss/lib/freebl/config.mk
@@ -68,14 +68,12 @@ endif
# - (1) LIBRARY: a static (archival) library
# - (2) SHARED_LIBRARY: a shared (dynamic link) library
# - (3) IMPORT_LIBRARY: an import library, used only on Windows
-# - (4) PURE_LIBRARY: a library for Purify
-# - (5) PROGRAM: an executable binary
+# - (4) PROGRAM: an executable binary
#
# override these variables to prevent building a DSO/DLL.
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
- PURE_LIBRARY =
PROGRAM =
else
@@ -83,7 +81,6 @@ else
TARGETS = $(SHARED_LIBRARY)
LIBRARY =
-PURE_LIBRARY =
PROGRAM =
#ifeq ($(OS_ARCH), HP-UX)
diff --git a/security/nss/lib/jar/config.mk b/security/nss/lib/jar/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/jar/config.mk
+++ b/security/nss/lib/jar/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/nss/config.mk b/security/nss/lib/nss/config.mk
index 65a188690..aa35a3775 100644
--- a/security/nss/lib/nss/config.mk
+++ b/security/nss/lib/nss/config.mk
@@ -39,7 +39,6 @@
#TARGETS = $(LIBRARY)
#SHARED_LIBRARY =
#IMPORT_LIBRARY =
-#PURE_LIBRARY =
#PROGRAM =
# can't do this in manifest.mn because OS_ARCH isn't defined there.
diff --git a/security/nss/lib/pk11wrap/config.mk b/security/nss/lib/pk11wrap/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/pk11wrap/config.mk
+++ b/security/nss/lib/pk11wrap/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/pkcs12/config.mk b/security/nss/lib/pkcs12/config.mk
index 1684cf3fa..3b647d954 100644
--- a/security/nss/lib/pkcs12/config.mk
+++ b/security/nss/lib/pkcs12/config.mk
@@ -40,6 +40,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/pkcs7/config.mk b/security/nss/lib/pkcs7/config.mk
index a1e0dfae0..ec34728f9 100644
--- a/security/nss/lib/pkcs7/config.mk
+++ b/security/nss/lib/pkcs7/config.mk
@@ -39,5 +39,4 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/smime/config.mk b/security/nss/lib/smime/config.mk
index 090f36138..2d483a789 100644
--- a/security/nss/lib/smime/config.mk
+++ b/security/nss/lib/smime/config.mk
@@ -39,7 +39,6 @@
#TARGETS = $(LIBRARY)
#SHARED_LIBRARY =
#IMPORT_LIBRARY =
-#PURE_LIBRARY =
#PROGRAM =
RELEASE_LIBS = $(TARGETS)
diff --git a/security/nss/lib/softoken/config.mk b/security/nss/lib/softoken/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/softoken/config.mk
+++ b/security/nss/lib/softoken/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =
diff --git a/security/nss/lib/ssl/config.mk b/security/nss/lib/ssl/config.mk
index 18968067d..5fffdaa72 100644
--- a/security/nss/lib/ssl/config.mk
+++ b/security/nss/lib/ssl/config.mk
@@ -39,7 +39,6 @@
#TARGETS = $(LIBRARY)
#SHARED_LIBRARY =
#IMPORT_LIBRARY =
-#PURE_LIBRARY =
#PROGRAM =
ifeq ($(OS_ARCH), WINNT)
diff --git a/security/nss/lib/util/config.mk b/security/nss/lib/util/config.mk
index a73a1086e..0a00dc61e 100644
--- a/security/nss/lib/util/config.mk
+++ b/security/nss/lib/util/config.mk
@@ -39,6 +39,5 @@
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
-PURE_LIBRARY =
PROGRAM =