Not part of the build.

Remove some unused cruft from the script.


git-svn-id: svn://10.0.0.236/trunk@134119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blythe%netscape.com
2002-11-19 20:27:57 +00:00
parent f24b3a154a
commit 2bbada9b17

View File

@@ -85,23 +85,6 @@ if [ $SHOWHELP ]; then
fi
#
# Exclude certain path patterns.
# Be sure to modify the grep command below as well.
#
EXCLUDE_PATTERN_01="test"
EXCLUDE_PATTERN_02="tsv"
EXCLUDE_NAMES="-not -name viewer"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name spacetrace"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name xpidl"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name bloadblame"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name leakstats"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name codesighs"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name htmlrobot"
EXCLUDE_NAMES="$EXCLUDE_NAMES -not -name DumpColors"
#
# Stash our arguments away.
#