summaryrefslogtreecommitdiff
path: root/security/coreconf/README
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-12-27 00:42:46 +0000
committerwtc%netscape.com <devnull@localhost>2000-12-27 00:42:46 +0000
commit98a31a300cbe014aa364319b3ae03f63d8bb8129 (patch)
tree676845213ee7e80a33a229a90cd2b85c3e9f5bbe /security/coreconf/README
parent2a440b1fa680ddc126cb724a6f0a639e6d9f182a (diff)
downloadnss-hg-98a31a300cbe014aa364319b3ae03f63d8bb8129.tar.gz
Bugzilla bug #63768: do not build "purified" libraries, which are no longer
necessary for the current version of Purify. Modified Files: HP-UX.mk IRIX.mk README ReliantUNIX.mk SunOS4.1.3_U1.mk SunOS5.mk command.mk prefix.mk rules.mk ruleset.mk suffix.mk
Diffstat (limited to 'security/coreconf/README')
-rw-r--r--security/coreconf/README7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/coreconf/README b/security/coreconf/README
index f769ee56d..dcacd2a85 100644
--- a/security/coreconf/README
+++ b/security/coreconf/README
@@ -316,8 +316,7 @@ OVERVIEW of "rules.mk":
libs:: recursively build
static (archival) $(LIBRARY), shared
(dynamic link) $(SHARED_LIBRARY),
- import $(IMPORT_LIBRARY), and/or
- "purified" $(PURE_LIBRARY)
+ and/or import $(IMPORT_LIBRARY)
libraries
program:: recursively build $(PROGRAM)
@@ -424,10 +423,6 @@ OVERVIEW of "rules.mk":
specified by the
$(SHARED_LIBRARY) variable
- $(PURE_LIBRARY): build the "purified" library
- specified by the
- $(PURE_LIBRARY) variable
-
PROGRAMS
--------