make/solaris/Makefile

changeset 4344
892acf0431ef
parent 4085
989cf02ca531
child 4492
8b46b0196eb0
     1.1 --- a/make/solaris/Makefile	Fri Dec 07 10:55:16 2012 -0800
     1.2 +++ b/make/solaris/Makefile	Fri Dec 14 10:06:52 2012 -0800
     1.3 @@ -38,10 +38,10 @@
     1.4  
     1.5  # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
     1.6  # JDI binding on SA produces two binaries:
     1.7 -#  1. sa-jdi.jar       - This is build before building libjvm[_g].so
     1.8 +#  1. sa-jdi.jar       - This is built before building libjvm.so
     1.9  #                        Please refer to ./makefiles/sa.make
    1.10 -#  2. libsaproc[_g].so - Native library for SA - This is built after
    1.11 -#                        libjsig[_g].so (signal interposition library)
    1.12 +#  2. libsaproc.so     - Native library for SA - This is built after
    1.13 +#                        libjsig.so (signal interposition library)
    1.14  #                        Please refer to ./makefiles/vm.make
    1.15  # If $(GAMMADIR)/agent dir is not present, SA components are not built.
    1.16  
    1.17 @@ -141,9 +141,9 @@
    1.18  #
    1.19  # What you get with each target:
    1.20  #
    1.21 -# debug*     - "thin" libjvm_g - debug info linked into the gamma_g launcher
    1.22 +# debug*     - "thin" libjvm - debug info linked into the gamma launcher
    1.23  # fastdebug* - optimized compile, but with asserts enabled
    1.24 -# jvmg*      - "fat" libjvm_g - debug info linked into libjvm_g.so
    1.25 +# jvmg*      - "fat" libjvm - debug info linked into libjvm.so
    1.26  # optimized* - optimized compile, no asserts
    1.27  # profiled*  - gprof
    1.28  # product*   - the shippable thing:  optimized compile, no asserts, -DPRODUCT

mercurial