Print this page
make: unifdef for MAKETOOL and DISTRIBUTED (undefined)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/include/mksh/mksh.h
          +++ new/usr/src/cmd/make/include/mksh/mksh.h
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22   */
  23   23  /*
  24   24   * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  25   25   * Use is subject to license terms.
  26   26   */
  27   27  
  28   28  
  29   29  /*
  30   30   * Included files
  31   31   */
  32      -#if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
  33      -#       include <dm/Avo_DmakeCommand.h>
  34      -#endif
  35   32  
  36   33  #include <mksh/defs.h>
  37   34  #include <unistd.h>
  38   35  
  39      -#if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
  40      -
  41      -extern int      do_job(Avo_DmakeCommand *cmd_list[], char *env_list[], char *stdout_file, char *stderr_file, char *cwd, char *cnwd, int ignore, int silent, pathpt vroot_path, char *shell, int nice_prio);
  42      -
  43      -#endif /* TEAMWARE_MAKE_CMN */
  44   36  
  45   37  #endif
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX