From: simonpj@microsoft.com Date: Thu, 28 Feb 2008 08:29:35 +0000 (+0000) Subject: Add comments explaining flags X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7a7b51abb3b3d9f65670700237ee301a8752a0c5;p=ghc-hetmet.git Add comments explaining flags --- diff --git a/validate b/validate index b1491c2..d4969ef 100644 --- a/validate +++ b/validate @@ -1,5 +1,11 @@ #!/bin/sh +# Flags: +# --no-clean: don't make clean first, just carry on from +# a previous interrupted validation run +# --testuite-only: don't build the compiler, just run +# the test suite + set -e no_clean=0