On 6/29/08, Barton Willis <willisb at unk.edu> wrote:
> Does 'make clean' miss some files?
>
> I did (sbcl / windows) 'make clean' followed by 'make.' The testsuite
> failed on rtest_allnummod 499 (a bug that was fixed). I deleted all
> the fasl files in src/binary-sbcl. After that, rebuilding gave me a
> Maxima that ran the testsuite with no unexpected failures.
These are the commands which make clean executes.
(Well, when I run it, anyway; I'm working on Linux.)
make[1]: Entering directory `/home/robert/tmp/maxima-head/maxima/src'
rm -rf binary-sbcl
rm -f numerical/binary-sbcl numerical/slatec/binary-sbcl
make[1]: Leaving directory `/home/robert/tmp/maxima-head/maxima/src'
Maybe SBCL creates some other files which are not affected
by the above commands? Dunno.
best
Robert Dodier