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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/include/avo/intl.h
          +++ new/usr/src/cmd/make/include/avo/intl.h
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38   * It is used to identify strings that we consciously do not
  39   39   * want to apply catgets() to.  We have tools that check the
  40   40   * sources for strings that are not catgets'd and the tools
  41   41   * ignore strings that are NOCATGETS'd.
  42   42   */
  43   43  #define NOCATGETS(str)  (str)
  44   44  
  45   45  /*
  46   46   * Define the various text domains
  47   47   */
  48      -#define AVO_DOMAIN_CODEMGR      "codemgr"
  49      -#define AVO_DOMAIN_VERTOOL      "vertool"
  50      -#define AVO_DOMAIN_FILEMERGE    "filemerge"
  51   48  #define AVO_DOMAIN_DMAKE        "dmake"
  52      -#define AVO_DOMAIN_PMAKE        "pmake"
  53      -#define AVO_DOMAIN_FREEZEPOINT  "freezept"
  54      -#define AVO_DOMAIN_MAKETOOL     "maketool"
  55   49  
  56   50  #endif
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX