From 490e8c750ea23ce8e2b7309e0d514b7d27f231bb Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 10 Nov 2021 19:24:51 +0000 Subject: Generate ghcversion.h with the top-level configure This is, rather unintuitively, part of the goal of making the packages that make of the GHC distribution more freestanding. `ghcversion.h` is very simple, so we easily can move it out of the main build systems (make and Hadrian). By doing so, the RTS becomes less of a special case to those build systems as the header, already existing in the source tree, appears like any other. We could do this with the upcomming RTS configure, but it hardly matters because there is nothing platform-specific here, it is just versioning information like the other files the top-level configure can be responsible for. --- .gitignore | 8 -------- 1 file changed, 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cbf1429c23..f0121e6936 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,6 @@ _darcs/ /libraries/*/dist-install/ /libraries/*/dist-newstyle/ /libraries/dist-haddock/ -/rts/dist/ -/rts/dist-*/ /utils/*/dist*/ /compiler/stage1/ /compiler/stage2/ @@ -187,11 +185,6 @@ _darcs/ /mk/project.mk /mk/project.mk.old /mk/validate.mk -/rts/rts.cabal -/rts/package.conf.inplace -/rts/package.conf.inplace.raw -/rts/package.conf.install -/rts/package.conf.install.raw /stage3.package.conf /testsuite_summary*.txt /testsuite*.xml @@ -205,7 +198,6 @@ _darcs/ /utils/ghc-pkg/ghc-pkg.cabal utils/lndir/fs.* utils/unlit/fs.* -rts/fs.* libraries/base/include/fs.h libraries/base/cbits/fs.c missing-win32-tarballs -- cgit v1.2.1