Print this page
4525 remove last vestiges of tonic

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/checkpaths.sh
          +++ new/usr/src/tools/scripts/checkpaths.sh
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107  #
 108  108  # The exception_list is generated from whichever input files are appropriate
 109  109  # for this workspace, so checking it obviates the need to check the inputs.
 110  110  
 111  111  if [ -r $SRC/tools/findunref/exception_list ]; then
 112  112          validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
 113  113  fi
 114  114  
 115  115  if [ -f $SRC/tools/opensolaris/license-list ]; then
 116  116          sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \
 117      -                validate_paths -n SRC/tools/opensolaris/license-list \
 118      -                    -e ^usr/closed
      117 +                validate_paths -n SRC/tools/opensolaris/license-list
 119  118  fi
 120  119  
 121      -# Finally, make sure the that (req|inc).flg files are in good shape.
 122      -# If SCCS files are not expected to be present, though, then don't
 123      -# check them.
 124      -if [ ! -d "$CODEMGR_WS/Codemgr_wsdata" ]; then
 125      -        f_flg='-f'
 126      -fi
 127      -
 128      -validate_flg $f_flg -e ^usr/closed/
      120 +validate_flg -f
 129  121  
 130  122  exit 0
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX