[Git][cmucl/cmucl][sparc64-dev] Need to remove sparc64f files too

27 Dec
2016
27 Dec
'16
4:40 a.m.
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/35f7f7c128cbb8b651abaac492...
3055
Age (days ago)
3055
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy