Age | Commit message (Collapse) | Author | Files | Lines |
|
works, but not with full caching.
|
|
Enable full caching for any SunOS arch and Darwin 6*.
|
|
|
|
logic and caching in a more natural way.
|
|
|
|
caching, only building is needed.
|
|
Also change _BLNK_CACHE_ALL to take wildcard lists of MACHINE_PLATFORMs so
that specific operating system versions can be nailed down.
|
|
- only building pkgs is required.
- update platforms.
|
|
change "MacOS X" versions into their "Darwin" equivalents.
|
|
can test using gettext-lib instead of gettext, now that gettext-lib has
been converted to use buildlink2.
|
|
correct manipulation of variables containing values with escaped
metacharacters by the shell. The new code only does partial caching, which
doesn't cache "special" arguments that contain escaped metacharacters or
other oddly quoted values. 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.
Known working platforms:
MacOS X 10.1.5 (schmonz)
MacOS X 10.2 (grant)
NetBSD 1.6 [full caching] (jlam)
OpenBSD (cjep)
Solaris 8 (grant)
Solaris 9 (salo)
|