|
Description
|
The comment in usr/src/tools/env/developer.sh for CLOSED_IS_PRESENT
says
# This flag controls whether to build the closed source. If
# undefined, nightly(1) and bldenv(1) will set it according to whether
# the closed tree is present.
This is ambiguous--it's not clear whether the thing that's present is
the closed source tree or the closed binaries tree.
The comments need to be reworded to make it clear that
CLOSED_IS_PRESENT=no means not to try building the closed sources.
gatekeeper.sh and opensolaris.sh need fixing, too.
Keywords: oss-bite-size
|