Print this page
4525 remove last vestiges of tonic
*** 112,130 ****
validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
fi
if [ -f $SRC/tools/opensolaris/license-list ]; then
sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \
! validate_paths -n SRC/tools/opensolaris/license-list \
! -e ^usr/closed
fi
! # Finally, make sure the that (req|inc).flg files are in good shape.
! # If SCCS files are not expected to be present, though, then don't
! # check them.
! if [ ! -d "$CODEMGR_WS/Codemgr_wsdata" ]; then
! f_flg='-f'
! fi
!
! validate_flg $f_flg -e ^usr/closed/
exit 0
--- 112,122 ----
validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list
fi
if [ -f $SRC/tools/opensolaris/license-list ]; then
sed -e 's/$/.descrip/' < $SRC/tools/opensolaris/license-list | \
! validate_paths -n SRC/tools/opensolaris/license-list
fi
! validate_flg -f
exit 0