New directory structure

Raymond Toy <[email protected]> Thu, 03 Nov 2011 21:59:48 -0700
Newsgroups gmane.lisp.cmucl.devel
Message-ID <[email protected]>
Currently when you clone cmucl, you get a directory structure like

cmucl/
  BUILDING
  assembly/
  code/
  compiler/
  tools/
  <etc>

I want to change the structure to be

cmucl/
  BUILDING
  bin/
    build.sh
    build-all.sh
    create-target.sh
  src/

This is much convenient when using git.   It might be possible to
rearrange things even more, but I think this is good enough.  I'm tired
of having to cd to src to git diffs and logs and such.  With this
structure, I don't have to anymore.

Ray

_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp