X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=darcs-all;h=e8a113915ab5d15a88112df7d19c9d69cd4b2d2f;hp=6e48377c20c6bf5123de793144b58cc91b8f403b;hb=1d141bd52e6eea321e90cd11059f726094dd50be;hpb=b6442e8137ca34e5cb7fa4d52acda0d97d204071 diff --git a/darcs-all b/darcs-all index 6e48377..e8a1139 100644 --- a/darcs-all +++ b/darcs-all @@ -4,12 +4,10 @@ use strict; # Usage: # -# ./darcs-all [-q] [-s] [--dph] [--extra] [--nofib] [--testsuite] get [darcs get flags] +# ./darcs-all [-q] [-s] [--nofib] [--testsuite] get [darcs get flags] # This gets the GHC core repos, if they do not already exist. # -q says to be quite, and -s to be silent. -# --dph, --extra, --nofib, --testsuite also get the dph library, -# extralibs, nofib and testsuite -# repos respectively +# --nofib, --testsuite also get the nofib and testsuite repos respectively # The darcs get flag you are most likely to want is --complete. By # default we pass darcs the --partial flag. # @@ -172,16 +170,6 @@ sub main { elsif ($arg eq "-s") { $verbose = 0; } - # --dph says we grab the dph libs with 'get'. - # It has no effect on the other commands. - elsif ($arg eq "--dph") { - $tags{"dph"} = 1; - } - # --extra says we grab the extra libs with 'get'. - # It has no effect on the other commands. - elsif ($arg eq "--extra") { - $tags{"extralibs"} = 1; - } # --nofib tells get to also grab the nofib repo. # It has no effect on the other commands. elsif ($arg eq "--nofib") {