Print this page
Review from Robert, and nits

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/cw/cw.1onbld.man.txt
          +++ new/usr/src/tools/cw/cw.1onbld.man.txt
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62  SHADOW COMPILATION
  63   63       If --shadow compilers are specified cw will invoke shadow compiler, with
  64   64       the outputs modified (as well as any translation for compiler style) as
  65   65       follows:
  66   66  
  67   67       1.   If none of -c, -E, -P, or -S appears in the argument list (that is,
  68   68            linking is attempted), the shadow compilers will not be invoked.
  69   69            This is because the objects built with that compiler which would be
  70   70            linked have been previously discarded.
  71   71  
  72      -     2.   If an option of the form -o filename was provided, it will be
  73      -          replaced by two options of the form -o tempfile
       72 +     2.   If the -o filename option was provided, with or without a separating
       73 +          space, it will be replaced with -o tempfile
  74   74  
  75   75       3.   If the option -o was not provided, -o tempfile will be added to the
  76   76            end of the argument list used to invoke the shadow compilers.
  77   77       When shadow compilation is in effect, cw writes to standard error each
  78   78       compiler's standard error output following its argument list.  Messages
  79   79       from the compilers will not be interleaved.  If cw is used to invoke the
  80   80       preprocessor and no output location is specified, cw will write to
  81   81       standard output the primary compiler's standard output, and the secondary
  82   82       compiler's standard output will be discarded.
  83   83  
↓ open down ↓ 48 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX