diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2008-10-28 12:27:10 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2008-10-28 12:27:10 +0000 |
commit | 7c446876a1aac3d5f43d181a3d2db3b0e81b306e (patch) | |
tree | 296b9ed876f7379c8a4d601707d7902968eddcee /share/man | |
parent | f36a1fab443b63d3a1975f7024964e182dad3139 (diff) |
- document the fact that USE_GCC* is always set when the corresponding
MODULE is used
"go ahead" robert@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/port-modules.5 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 451fd6c7ef7..8b42397dcbf 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.22 2008/10/26 15:10:03 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.23 2008/10/28 12:27:09 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 26 2008 $ +.Dd $Mdocdate: October 28 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -353,11 +353,13 @@ do-configure, do-build, do-install and post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. .It gcc3 -If USE_GCC3=Yes, and architecture is in MODGCC3_ARCHES, then the gcc 3.3.6 -compilers will be put at the front of the path. +If USE_GCC3=Yes (which the module sets by default), and architecture is in +MODGCC3_ARCHES, then the gcc 3.3.6 compilers will be put at the front of +the path. .It gcc4 -If USE_GCC4=Yes, and architecture is in MODGCC4_ARCHES, then the gcc 4.2 -compilers will be put at the front of the path. +If USE_GCC4=Yes (which the module sets by default), and architecture is in +MODGCC4_ARCHES, then the gcc 4.2 compilers will be put at the front of +the path. .It gnu This module is documented in the main .Xr bsd.port.mk 5 |