DESCRIPTION
    This operation invokes re-link on the local node. Make commands are 
    stored under ORACLE_HOME/.patch_storage/<ID>/make.txt.  

SYNTAX
opatch util RunLocalMake      [-invPtrLoc <Path to oraInst.loc> ]
                              [-jre <LOC> ]
                              [-oh <ORACLE_HOME> ]
                              [-property_file <Path to property file>]
                              [-ps <patch ID with time stamp>, this will 
                               be located under ORACLE_HOME/.patch_storage/]

OPTIONS

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
              
        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.
              
        -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch.
              
        -ps  
              This option is used to specify the Patch ID with timestamp.
              A directory by this name will be present under 
              ORACLE_HOME/.patch_storage. The make.txt file present
              under ORACLE_HOME/.patch_storage/<Patch ID with timestamp>/
              will be used to perform the local make operation.
