[commit: ghc] master: Exclude libraries/libiserv/ghc.mk and other things via .gitignore. (db5ef2b)

git at git.haskell.org git at git.haskell.org
Thu Jun 14 23:26:18 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/db5ef2b4f9d22738ae75db29c3e45e370efa4169/ghc

>---------------------------------------------------------------

commit db5ef2b4f9d22738ae75db29c3e45e370efa4169
Author: HE, Tao <sighingnow at gmail.com>
Date:   Thu Jun 14 19:25:37 2018 -0400

    Exclude libraries/libiserv/ghc.mk and other things via .gitignore.
    
    The ghc.mk file is generated by `./boot` and should be excluded from git
    via .gitignore, since the file `ghc.mk` may have different line ends on
    windows.
    
    The file GNUmakefile and dir dist, dist-install should also be excluded
    via .gitignore, just as other libraries.
    
    Test Plan: [skip ci]
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Subscribers: osa1, rwbarton, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D4814


>---------------------------------------------------------------

db5ef2b4f9d22738ae75db29c3e45e370efa4169
 libraries/{ghc-compact => libiserv}/.gitignore | 0
 libraries/libiserv/ghc.mk                      | 5 -----
 2 files changed, 5 deletions(-)

diff --git a/libraries/ghc-compact/.gitignore b/libraries/libiserv/.gitignore
similarity index 100%
copy from libraries/ghc-compact/.gitignore
copy to libraries/libiserv/.gitignore
diff --git a/libraries/libiserv/ghc.mk b/libraries/libiserv/ghc.mk
deleted file mode 100644
index 6dc323b..0000000
--- a/libraries/libiserv/ghc.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-libraries/libiserv_PACKAGE = libiserv
-libraries/libiserv_dist-install_GROUP = libraries
-$(if $(filter libiserv,$(PACKAGES_STAGE0)),$(eval $(call build-package,libraries/libiserv,dist-boot,0)))
-$(if $(filter libiserv,$(PACKAGES_STAGE1)),$(eval $(call build-package,libraries/libiserv,dist-install,1)))
-$(if $(filter libiserv,$(PACKAGES_STAGE2)),$(eval $(call build-package,libraries/libiserv,dist-install,2)))



More information about the ghc-commits mailing list