[Git][ghc/ghc][master] Add integer-gmp's ghc.mk and GNUmakefile to .gitignore
Marge Bot
gitlab at gitlab.haskell.org
Sun Jun 28 13:21:02 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
15b79bef by Ryan Scott at 2020-06-28T09:20:57-04:00
Add integer-gmp's ghc.mk and GNUmakefile to .gitignore
- - - - -
2 changed files:
- + libraries/integer-gmp/.gitignore
- − libraries/integer-gmp/ghc.mk
Changes:
=====================================
libraries/integer-gmp/.gitignore
=====================================
@@ -0,0 +1,2 @@
+/ghc.mk
+/GNUmakefile
=====================================
libraries/integer-gmp/ghc.mk deleted
=====================================
@@ -1,5 +0,0 @@
-libraries/integer-gmp_PACKAGE = integer-gmp
-libraries/integer-gmp_dist-install_GROUP = libraries
-$(if $(filter integer-gmp,$(PACKAGES_STAGE0)),$(eval $(call build-package,libraries/integer-gmp,dist-boot,0)))
-$(if $(filter integer-gmp,$(PACKAGES_STAGE1)),$(eval $(call build-package,libraries/integer-gmp,dist-install,1)))
-$(if $(filter integer-gmp,$(PACKAGES_STAGE2)),$(eval $(call build-package,libraries/integer-gmp,dist-install,2)))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/15b79befc246aa9c63dd084012dc7843ea93daaa
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/15b79befc246aa9c63dd084012dc7843ea93daaa
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200628/85e0d7a1/attachment.html>
More information about the ghc-commits
mailing list