Loading tools/clean-target.sh +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ CORE='-o -name "*.core"' if [ -n "$KEEP" ]; then case $KEEP in lib) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' ;; core) CORE='"' ;; core) CORE='' ;; all) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' CORE='' ;; esac Loading Loading
tools/clean-target.sh +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ CORE='-o -name "*.core"' if [ -n "$KEEP" ]; then case $KEEP in lib) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' ;; core) CORE='"' ;; core) CORE='' ;; all) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' CORE='' ;; esac Loading