summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-12-13 18:03:14 +0530
committersheaf <sam.derbyshire@gmail.com>2022-05-19 13:06:28 +0200
commitbf0462064eb0145f10407eac3b5f6eff6220b845 (patch)
treef3b37a6c6e56b39646c0c715916083000d7d272b /hadrian/cfg
parente3f8f400c5319bb30a2b0a2e4b6ed04c1cdad918 (diff)
downloadhaskell-bf0462064eb0145f10407eac3b5f6eff6220b845.tar.gz
hadrian: Fully implement source distributions (#19317)
We use `git ls-files` to get the list of files to include in the source distribution. Also implements the `-testsuite` and `-extra-tarballs` distributions.
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index 89f223e7d6..cd6ae30830 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -29,6 +29,7 @@ xelatex = @XELATEX@
makeindex = @MAKEINDEX@
makeinfo = @MAKEINFO@
bourne-shell = @SH@
+git = @GIT@
# Python 3 is required to run test driver.
# See: https://github.com/ghc/ghc/blob/master/testsuite/mk/boilerplate.mk#L220