Print this page
make: unifdef for TEAMWARE_MAKE_CMN (defined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/lib/mksh/globals.cc
          +++ new/usr/src/cmd/make/lib/mksh/globals.cc
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107  Name            shell_name;
 108  108  Boolean         svr4 = false;
 109  109  Name            target_arch;
 110  110  Name            target_mach;
 111  111  Boolean         tilde_rule;
 112  112  Name            virtual_root;
 113  113  Boolean         vpath_defined;
 114  114  Name            vpath_name;
 115  115  wchar_t         wcs_buffer[MAXPATHLEN];
 116  116  Boolean         working_on_targets;
 117      -#if defined (TEAMWARE_MAKE_CMN)
 118  117  Boolean         out_err_same;
 119      -#endif
 120  118  pid_t           childPid = -1;  // This variable is used for killing child's process
 121  119                                  // Such as qrsh, running command, etc.
 122  120  
 123  121  /*
 124  122   * timestamps defined in defs.h
 125  123   */
 126  124  const timestruc_t file_no_time          = { -1, 0 };
 127  125  const timestruc_t file_doesnt_exist     = { 0, 0 };
 128  126  const timestruc_t file_is_dir           = { 1, 0 };
 129  127  const timestruc_t file_min_time         = { 2, 0 };
 130  128  const timestruc_t file_max_time         = { INT_MAX, 0 };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX