Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
66248 commits behind the upstream repository.
  • sof's avatar
    9ededbc8
    [project @ 1998-04-15 17:39:23 by sof] · 9ededbc8
    sof authored
    - Moved `dist' rule that sets up SRC_DIST_FILES symlinks past
      the recursive `dist' rule that creates the shadow dist tree.
    - Experimental support for aliases in SRC_DIST_FILES lists, i.e.,
      foo~bar will create a symlink from `bar' in the dist tree to
      `foo' in the build tree (useful for the cases where you're
      shipping Makefiles that differ from the fptools/ ones.)
    - New target `dist-manifest': create MANIFEST files for a
      (source) distribution.
    9ededbc8
    History
    [project @ 1998-04-15 17:39:23 by sof]
    sof authored
    - Moved `dist' rule that sets up SRC_DIST_FILES symlinks past
      the recursive `dist' rule that creates the shadow dist tree.
    - Experimental support for aliases in SRC_DIST_FILES lists, i.e.,
      foo~bar will create a symlink from `bar' in the dist tree to
      `foo' in the build tree (useful for the cases where you're
      shipping Makefiles that differ from the fptools/ ones.)
    - New target `dist-manifest': create MANIFEST files for a
      (source) distribution.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
target.mk 35.80 KiB