# is misleading when this script does lotso other operations too.
# -- WHN
$GNUMAKE -I ../src/runtime -s clean
- cd $original_pwd > /dev/null
+ cd "$original_pwd" > /dev/null
done
( cd ./doc ; sh ./clean.sh )
-name 'tags' -o \
-name 'test-passed' -o \
-name 'ldso-stubs.S' -o \
- -name 'local-target-features.lisp-expr' \) -print | xargs rm -f
+ -name 'local-target-features.lisp-expr' \) -print0 | xargs -0 rm -f
# could use, perhaps referring to SourceForge anoncvs, what'd be the
# point? I'd expect a comfortable majority of those who want to do
# CVS operations would be inclined to start with "cvs co" anyway.)
-find . \( -type d -a -name CVS \) -print | xargs rm -r
+find . \( -type d -a -name CVS \) -print0 | xargs -0 rm -r
# Fall through to ordinary cleanup.
sh clean.sh
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.51"
+"1.0.10.52"