Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
62124 commits behind the upstream repository.
  • Simon Marlow's avatar
    769e8c2c
    [project @ 2000-11-06 13:13:17 by simonmar] · 769e8c2c
    Simon Marlow authored
    Change the way source distributions are built.
    
    Now we do a 'make boot', 'make distclean', build a link tree to filter
    some files out (eg. .cvsignore), and finally tar up the result.  The
    process isn't bulletproof, so it makes sense to compare the manifest
    against previous versions.
    
    Now you don't have to be in a linked build tree to make a source
    distribution.
    769e8c2c
    History
    [project @ 2000-11-06 13:13:17 by simonmar]
    Simon Marlow authored
    Change the way source distributions are built.
    
    Now we do a 'make boot', 'make distclean', build a link tree to filter
    some files out (eg. .cvsignore), and finally tar up the result.  The
    process isn't bulletproof, so it makes sense to compare the manifest
    against previous versions.
    
    Now you don't have to be in a linked build tree to make a source
    distribution.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 10.63 KiB