make clean



-----maxima-bounces at math.utexas.edu wrote: -----

>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.

For me, 'make clean' doesn't do anything to /src. I get a bunch of junk
like:

 make[1]: Entering directory `/c/maximacvs/maxima/plotting'
 make[1]: Nothing to be done for `clean'.

If I run 'make clean' from /src, it does the  rm -rf binary-sbcl, ... OK.
I'm guessing something has gone wrong with my ./configure.

Barton