Print this page
make: avo_alloca.h works around a very old Solaris bug, delete it

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/doname.cc
          +++ new/usr/src/cmd/make/bin/doname.cc
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  
  26   26  /*
  27   27   *      doname.c
  28   28   *
  29   29   *      Figure out which targets are out of date and rebuild them
  30   30   */
  31   31  
  32   32  /*
  33   33   * Included files
  34   34   */
  35      -#include <avo/avo_alloca.h>             /* alloca() */
       35 +#include <alloca.h>             /* alloca() */
  36   36  #if defined(TEAMWARE_MAKE_CMN)
  37   37  #include <avo/util.h>           /* avo_get_user(), avo_hostname() */
  38   38  #endif
  39   39  
  40   40  #if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
  41   41  #       include <avo/strings.h> /* AVO_STRDUP() */
  42   42  #       include <dm/Avo_MToolJobResultMsg.h>
  43   43  #       include <dm/Avo_MToolJobStartMsg.h>
  44   44  #       include <dm/Avo_MToolRsrcInfoMsg.h>
  45   45  #       include <dm/Avo_macro_defs.h> /* AVO_BLOCK_INTERUPTS & AVO_UNBLOCK_INTERUPTS */
↓ open down ↓ 3677 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX