[Git][cmucl/cmucl][sparc64-dev] Need to remove sparc64f files too
Raymond Toy
rtoy at common-lisp.net
Tue Dec 27 04:40:57 UTC 2016
Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
35f7f7c1 by Raymond Toy at 2016-12-26T20:40:42-08:00
Need to remove sparc64f files too
- - - - -
1 changed file:
- bin/clean-target.sh
Changes:
=====================================
bin/clean-target.sh
=====================================
--- a/bin/clean-target.sh
+++ b/bin/clean-target.sh
@@ -64,6 +64,7 @@ find $TARGET -name "*.bytef" -o -name "*.lbytef" -o -name "*.assem" -o \
-name "*.sgif" -o \
-name "*.ppcf" -o \
-name "*.sparcf" -o \
+ -name "*.sparc64f" -o \
-name "*.x86f" -o \
-name "*.sse2f" $CORE | $GREP $PATTERN | xargs rm 2> /dev/null
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/35f7f7c128cbb8b651abaac4920833dc0ef1a108
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161227/818c839a/attachment.html>
More information about the cmucl-cvs
mailing list