summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2022-02-05 22:16:44 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-07 11:05:24 -0500
commitff867c460db9cfc43f5697c8e582f8c1ea4bd572 (patch)
tree0c0299d8273773162f315204c925f1714415ba30
parentb09389a6b658f8bdc5c90003d1e79d5d092fec9e (diff)
downloadhaskell-ff867c460db9cfc43f5697c8e582f8c1ea4bd572.tar.gz
Avoid using removed utils/checkUniques in validate
Asked the question: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7460/diffs#4061f4d17546e239dd10d78c6b48668c2a288e02_1_0
-rwxr-xr-xvalidate1
1 files changed, 0 insertions, 1 deletions
diff --git a/validate b/validate
index 2ecf37117f..bc7c9f1abe 100755
--- a/validate
+++ b/validate
@@ -192,7 +192,6 @@ if [ "$use_hadrian" = "NO" ]; then
# See Note [Default build system verbosity].
make="$make -s"
fi
- $make -C utils/checkUniques
else
if [ "$use_stack" = "NO" ]; then
hadrian/build --help > /dev/null