Thu Apr  6 19:05:11 PDT 2006  Simon Marlow <[EMAIL PROTECTED]>
  * Reorganisation of the source tree
  Most of the other users of the fptools build system have migrated to
  Cabal, and with the move to darcs we can now flatten the source tree
  without losing history, so here goes.
  
  The main change is that the ghc/ subdir is gone, and most of what it
  contained is now at the top level.  The build system now makes no
  pretense at being multi-project, it is just the GHC build system.
  
  No doubt this will break many things, and there will be a period of
  instability while we fix the dependencies.  A straightforward build
  should work, but I haven't yet fixed binary/source distributions.
  Changes to the Building Guide will follow, too.

     ./ghc/ANNOUNCE -> ./ANNOUNCE
     ./ghc/HACKING -> ./HACKING
     ./ghc/InstallShield -> ./InstallShield
     ./ghc/LICENSE -> ./LICENSE
     ./ghc/WindowsInstaller -> ./WindowsInstaller
     ./ghc/compiler -> ./compiler
     ./ghc/docs/building -> ./docs/building
     ./ghc/docs/comm -> ./docs/comm
     ./ghc/docs/ext-core -> ./docs/ext-core
     ./ghc/docs/ghci -> ./docs/ghci
     ./ghc/docs/rts -> ./docs/rts
     ./ghc/docs/storage-mgt -> ./docs/storage-mgt
     ./ghc/docs/users_guide -> ./docs/users_guide
     ./ghc/docs/vh -> ./docs/vh
     ./ghc/driver -> ./driver
     ./ghc/ghc.spec.in -> ./ghc.spec.in
     ./ghc/includes -> ./includes
     ./ghc/lib/compat -> ./compat
     ./ghc/rts -> ./rts
     ./ghc/utils -> ./utils
     ./glafp-utils/genargs -> ./utils/genargs
     ./glafp-utils/lndir -> ./utils/lndir
     ./glafp-utils/ltx -> ./utils/ltx
     ./glafp-utils/mk -> ./utils/mk
     ./glafp-utils/mkdependC -> ./utils/mkdependC
     ./glafp-utils/mkdirhier -> ./utils/mkdirhier
     ./glafp-utils/nofib-analyse -> ./utils/nofib-analyse
     ./glafp-utils/runstdtest -> ./utils/runstdtest
     ./glafp-utils/verbatim -> ./utils/verbatim
    M ./HACKING +7
    M ./Makefile -102 +135
    M ./README -42 +49
    M ./aclocal.m4 +61
    M ./compat/Makefile -1 +1
    M ./compat/compat.mk -4 +5
    M ./compiler/Makefile -17 +15
    M ./configure.ac -18 +23
    M ./distrib/hc-build -12 +9
    M ./docs/Makefile -1 +1
    M ./driver/ghci/Makefile -1 +1
    M ./ghc/Makefile -4
    R ./ghc/README
    R ./ghc/VERSION.in
    R ./ghc/aclocal.m4
    R ./ghc/lib/
    R ./ghc/lib/Makefile
    R ./ghc/mk/
    R ./ghc/mk/boilerplate.mk
    R ./ghc/mk/config.mk.in
    R ./ghc/mk/paths.mk
    R ./ghc/mk/target.mk
    R ./ghc/mk/version.mk.in
    R ./glafp-utils/
    R ./glafp-utils/Makefile
    R ./glafp-utils/PATCHLEVEL
    R ./glafp-utils/README
    R ./glafp-utils/sgmlverb/
    R ./glafp-utils/sgmlverb/Makefile
    R ./glafp-utils/sgmlverb/sgmlverb.lex
    M ./includes/Makefile -1 +1
    M ./libraries/mk/boilerplate.mk -11
    M ./mk/boilerplate.mk -2 +2
    M ./mk/bootstrap.mk -3 +3
    M ./mk/config.mk.in -202 +236
    M ./mk/package.mk -7 +2
    M ./mk/paths.mk -1 +1
    M ./mk/suffix.mk -2 +2
    M ./mk/target.mk -13 +13
    M ./rts/Makefile -1 +1
    M ./rts/package.conf.in -3 +3
    M ./utils/Makefile -5 +17
    M ./utils/genapply/Makefile -1 +1
    M ./utils/ghc-pkg/Makefile -7 +5
    M ./utils/hasktags/Makefile -4
    M ./utils/heap-view/Makefile -5
    M ./utils/hsc2hs/Makefile -7 +4
    M ./utils/lndir/Makefile -1 +1
    M ./utils/ltx/Makefile -1 +1
    R ./utils/mk/
    R ./utils/mk/boilerplate.mk
    R ./utils/mk/target.mk
    M ./utils/mkdependC/Makefile -1 +1
    M ./utils/mkdirhier/Makefile -4 +3
    M ./utils/nofib-analyse/Makefile -5 +1
    M ./utils/prof/Makefile -6
    M ./utils/prof/cgprof/Makefile -6
    M ./utils/prof/icons/Makefile -6
    M ./utils/runghc/Makefile -1 +1
    M ./utils/runstdtest/Makefile -4 +1
    M ./utils/stat2resid/Makefile -3
    M ./utils/verbatim/Makefile -1 +1
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to