jdk/make/netbeans/README
changeset 7666 7b994e3dd41d
parent 5812 45384c2300ce
child 10601 c496d54879f4
equal deleted inserted replaced
7665:bc5dbdc44e1e 7666:7b994e3dd41d
    91         installed where to make.  Change the paths to fit your particular
    91         installed where to make.  Change the paths to fit your particular
    92         situation:
    92         situation:
    93 
    93 
    94         make.options=\
    94         make.options=\
    95             ALT_BOOTDIR=/home/me/bin/jdk1.6.0 \
    95             ALT_BOOTDIR=/home/me/bin/jdk1.6.0 \
    96             ALT_BINARY_PLUGS_PATH=/home/me/bin/openjdk-binary-plugs \
       
    97             ALT_JDK_IMPORT_PATH=/home/me/bin/jdk1.7.0 \
    96             ALT_JDK_IMPORT_PATH=/home/me/bin/jdk1.7.0 \
    98             OPENJDK=true
    97             OPENJDK=true
    99 
    98 
   100         The trailing '\' are important, so that make gets the above as a
    99         The trailing '\' are important, so that make gets the above as a
   101         single set of options.
   100         single set of options.