Benjamin Goldberg <[EMAIL PROTECTED]> wrote: > Could we try and clean up the parrot/ directory? Specifically, I'd like > all of the source code itself moved into a single subdirectory, leaving > at the toplevel only directories, the all-caps files, and a few others > (ChangeLog, Configure.pl, parrot.spec, and whatever else is really > needed to build and distribute parrot (make.pl?)).
Yep. And move /languages/imcc to /src/imcc. A separate build directory for the $(O) files would be fine too. Or more drastically: build all generated files outside of the tree (like e.g. gcc build does). This would allow to have multiple built configurations (e.g. with different INTVAL/FLOATVAL size) in separate directories. leo