Print this page


Split Close
Expand all
Collapse all
          --- old/./README-builds.md
          +++ new/./README-builds.md
↓ open down ↓ 552 lines elided ↑ open up ↑
 553  553     Failure to provide a populated cacerts file will result in verification
 554  554     errors of a certificate chain during runtime. By default an empty cacerts
 555  555     file is provided and that should be fine for most JDK developers.
 556  556  
 557  557  <a name="cups"></a>
 558  558  >  **`--with-cups=`**_path_  
 559  559  >  select the CUPS install location
 560  560  
 561  561  >  The Common UNIX Printing System (CUPS) Headers are required for building the
 562  562     OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
 563      -   installing the package **SFWcups** from the Solaris Software Companion
 564      -   CD/DVD, these often will be installed into the directory `/opt/sfw/cups`.
      563 +   installing the package **print/cups**.
 565  564  
 566  565  >  The CUPS header files can always be downloaded from
 567  566     [www.cups.org](http://www.cups.org).
 568  567  
 569  568  >  **`--with-cups-include=`**_path_  
 570  569  >  select the CUPS include directory location
 571  570  
 572  571  >  **`--with-debug-level=`**_level_  
 573  572  >  select the debug information level of release, fastdebug, or slowdebug
 574  573  
↓ open down ↓ 435 lines elided ↑ open up ↑
1010 1009  The Makefiles in the OpenJDK are only valid when used with the GNU version of
1011 1010  the utility command `make` (usually called `gmake` on Solaris). A few notes
1012 1011  about using GNU make:
1013 1012  
1014 1013   * You need GNU make version 3.81 or newer. On Windows 4.0 or newer is
1015 1014     recommended. If the GNU make utility on your systems is not of a suitable
1016 1015     version, see "[Building GNU make](#buildgmake)".
1017 1016   * Place the location of the GNU make binary in the `PATH`.
1018 1017   * **Solaris:** Do NOT use `/usr/bin/make` on Solaris. If your Solaris system
1019 1018     has the software from the Solaris Developer Companion CD installed, you
1020      -   should try and use `gmake` which will be located in either the `/usr/bin`,
1021      -   `/opt/sfw/bin` or `/usr/sfw/bin` directory.
     1019 +   should try and use `/usr/bin/gmake` or `/usr/gnu/bin/make`.
1022 1020   * **Windows:** Make sure you start your build inside a bash shell.
1023 1021   * **Mac OS X:** The XCode "command line tools" must be installed on your Mac.
1024 1022  
1025 1023  Information on GNU make, and access to ftp download sites, are available on the
1026 1024  [GNU make web site ](http://www.gnu.org/software/make/make.html). The latest
1027 1025  source to GNU make is available at
1028 1026  [ftp.gnu.org/pub/gnu/make/](http://ftp.gnu.org/pub/gnu/make/).
1029 1027  
1030 1028  <a name="buildgmake"></a>
1031 1029  ### Building GNU make
↓ open down ↓ 256 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX