diff options
| author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-07-29 16:16:59 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2013-07-29 16:18:07 -0400 |
| commit | 694c35faa87b858ecdadfe4fc592615f4eefbb07 (patch) | |
| tree | 2a78abdba3549d11ff88460d03ff67ce152ae59c /usr/src/tools/scripts/checkpaths.sh | |
| parent | 36f7455d36b60be70d7aae5959fa19e71954678e (diff) | |
| download | illumos-joyent-694c35faa87b858ecdadfe4fc592615f4eefbb07.tar.gz | |
3882 Remove xmod & friends
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/tools/scripts/checkpaths.sh')
| -rw-r--r-- | usr/src/tools/scripts/checkpaths.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/tools/scripts/checkpaths.sh b/usr/src/tools/scripts/checkpaths.sh index 7582e728dd..836ed71653 100644 --- a/usr/src/tools/scripts/checkpaths.sh +++ b/usr/src/tools/scripts/checkpaths.sh @@ -116,17 +116,6 @@ if [ -r $SRC/tools/findunref/exception_list ]; then validate_paths -k ISUSED -r -e '^\*' $SRC/tools/findunref/exception_list fi -# These are straightforward. -if [ -d $SRC/xmod ]; then - # If the closed source is not present, then don't validate it. - if [ "$CLOSED_IS_PRESENT" = no ]; then - excl_cry="-e ^usr/closed" - excl_xmod="-e ^../closed" - fi - validate_paths $excl_cry $SRC/xmod/cry_files - validate_paths $excl_xmod -b $SRC $SRC/xmod/xmod_files -fi - if [ -f $SRC/tools/opensolaris/license-list ]; then excl= if [ "$CLOSED_IS_PRESENT" = no ]; then |
