Changeset 948 for trunk/www


Ignore:
Timestamp:
Oct 5, 2002, 1:17:09 AM (22 years ago)
Author:
kevin
Message:

Change make.* options to build.* since they pertain to the build target, and
make isn't always the command that's used.

Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/en/portfileHOWTO.php

    r917 r948  
    33//
    44// File     : portfileHOWTO.php
    5 // Version  : $Id: portfileHOWTO.php,v 1.4 2002/10/04 04:13:24 landonf Exp $
     5// Version  : $Id: portfileHOWTO.php,v 1.5 2002/10/05 01:14:22 kevin Exp $
    66// Location : /projects/darwinports/portfileHOWTO.php
    77//
     
    166166</tt></pre>
    167167<p>
    168 By default, the build phase executes the makefile using GNU make.  (This can be changed with the <tt>make.type</tt> option.)  The above step has starting compiling the sources, when it finishes we'll be ready to install the software. 
     168By default, the build phase executes the system's make(1) utility.  (This can be changed with the <tt>build.type</tt> option which accepts an argument of <tt>bsd</tt>, <tt>gnu</tt>, or <tt>pbx</tt>.  Alternatively, the <tt>build.cmd</tt> option may be used to specify an arbitrary build command.)  The above step has starting compiling the sources, when it finishes we'll be ready to install the software. 
    169169</p>
    170170
  • trunk/www/portfileHOWTO.php

    r917 r948  
    33//
    44// File     : portfileHOWTO.php
    5 // Version  : $Id: portfileHOWTO.php,v 1.4 2002/10/04 04:13:24 landonf Exp $
     5// Version  : $Id: portfileHOWTO.php,v 1.5 2002/10/05 01:14:22 kevin Exp $
    66// Location : /projects/darwinports/portfileHOWTO.php
    77//
     
    166166</tt></pre>
    167167<p>
    168 By default, the build phase executes the makefile using GNU make.  (This can be changed with the <tt>make.type</tt> option.)  The above step has starting compiling the sources, when it finishes we'll be ready to install the software. 
     168By default, the build phase executes the system's make(1) utility.  (This can be changed with the <tt>build.type</tt> option which accepts an argument of <tt>bsd</tt>, <tt>gnu</tt>, or <tt>pbx</tt>.  Alternatively, the <tt>build.cmd</tt> option may be used to specify an arbitrary build command.)  The above step has starting compiling the sources, when it finishes we'll be ready to install the software. 
    169169</p>
    170170
Note: See TracChangeset for help on using the changeset viewer.