Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
3642a59e
Commit
3642a59e
authored
Apr 20, 2009
by
rtoy
Browse files
Merge change from unicode-utf16-extfmt-branch that fixes a typo.
parent
eb96f3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/clean-target.sh
View file @
3642a59e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment