make/Makefile

changeset 582
366a7b9b5627
parent 554
9d9f26857129
child 588
0ba1f80b73a5
     1.1 --- a/make/Makefile	Thu Jun 10 16:08:01 2010 -0700
     1.2 +++ b/make/Makefile	Thu Jun 10 17:09:56 2010 -0700
     1.3 @@ -26,9 +26,9 @@
     1.4  # Makefile for langtools: wrapper around Ant build.xml file
     1.5  
     1.6  #
     1.7 -# On Solaris, the 'make' utility from Sun will not work with these makefiles.
     1.8 -#    This little rule is only understood by Sun's make, and is harmless
     1.9 -#    when seen by the GNU make tool. If using Sun's make, this causes the
    1.10 +# On Solaris, the standard 'make' utility will not work with these makefiles.
    1.11 +#    This little rule is only understood by Solaris make, and is harmless
    1.12 +#    when seen by the GNU make tool. If using Solaris make, this causes the
    1.13  #    make command to fail.
    1.14  #
    1.15  SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33
    1.16 @@ -202,7 +202,7 @@
    1.17  
    1.18  #-------------------------------------------------------------------
    1.19  #
    1.20 -# Targets for Sun's internal JPRT build system
    1.21 +# Targets for Oracle's internal JPRT build system
    1.22  
    1.23  CD = cd
    1.24  ZIP = zip

mercurial