diff options
author | grant <grant@pkgsrc.org> | 2002-12-23 16:21:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-23 16:21:10 +0000 |
commit | d2d6576c3bed91be56cc3709859a4197c8b40e59 (patch) | |
tree | 1463c58e357bbc8dc97c0f918124348f58e3cc57 | |
parent | 77c08729ba38e8440acbef614d79dd938d52e96d (diff) | |
download | pkgsrc-d2d6576c3bed91be56cc3709859a4197c8b40e59.tar.gz |
- full caching works on Solaris 8.
- only building pkgs is required.
- update platforms.
-rw-r--r-- | mk/buildlink2/NOTES | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mk/buildlink2/NOTES b/mk/buildlink2/NOTES index fbe5bbcb7f8..882691ffd53 100644 --- a/mk/buildlink2/NOTES +++ b/mk/buildlink2/NOTES @@ -1,4 +1,4 @@ -$NetBSD: NOTES,v 1.3 2002/12/23 15:10:05 jlam Exp $ +$NetBSD: NOTES,v 1.4 2002/12/23 16:21:10 grant Exp $ Caching ======= @@ -11,7 +11,7 @@ On certain platforms listed in _BLNK_CACHE_ALL in bsd.buildlink2.mk, we do full caching, which has enormous speed benefits since it avoids an extra sed invocation per "special" argument. -The test process for buildlink2 consists of building and installing: +The test process for buildlink2 consists of building: shells/tcsh tests handling of specially-quoted arguments devel/gettext-lib same as above, but uses libtool @@ -21,7 +21,8 @@ performing the tests above. Platform Working? Full caching? -------- -------- ------------- -IRIX N/A N/A +FreeBSD 4.7 N/A N/A +IRIX 6.5 N/A N/A Linux N/A N/A Darwin 5.5 (schmonz) Yes! No Darwin 6.2 (grant) Yes! No @@ -29,5 +30,5 @@ NetBSD 1.5.x (gendalia) Yes! Yes! NetBSD 1.6 (jlam) Yes! Yes! OpenBSD (cjep) Yes! N/A Solaris 7 N/A N/A -Solaris 8 (grant) Yes! N/A +Solaris 8 (grant) Yes! Yes! Solaris 9 (salo) Yes! N/A |