Ralf Hemmecke <[EMAIL PROTECTED]> writes:

| I am somehow missing a "distclean" target.

And I'm missing a mostlyclean target -- so that I don't have to
rebuild some parts (e.g. gcl, bootstrap algebra, etc.)  over and over
again. 

| Or is the current "clean" target producing a directory content as it
| would be after a fresh checkout?

the current least surprising method I've found the hard way is just to
rm -rf the entire build directory.  Notice that by using the lndir
trick you can make the build directory different from the source
directory so that you can still keep the source in separate
directories.  Axiom golden and sylver don't support non-in-source
build (which is is a realy bummer), but I have a local experimental
copy of build-improvements where you use the standard practice of
building in a directory different from the source directory, without
the lndir trick. 

-- gaby


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to