[svn:parrot] r47020 - in trunk/lib/Parrot/Configure/Options: . Conf

gerd at svn.parrot.org gerd at svn.parrot.org
Wed May 26 08:56:39 UTC 2010


Author: gerd
Date: Wed May 26 08:56:38 2010
New Revision: 47020
URL: https://trac.parrot.org/parrot/changeset/47020

Log:
Remove the languages option (perl Configure.pl --languages=...) which seems not to be in use any more. The option is deprecated.

Modified:
   trunk/lib/Parrot/Configure/Options/Conf.pm
   trunk/lib/Parrot/Configure/Options/Conf/Shared.pm
   trunk/lib/Parrot/Configure/Options/Reconf.pm

Modified: trunk/lib/Parrot/Configure/Options/Conf.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Options/Conf.pm	Wed May 26 08:30:12 2010	(r47019)
+++ trunk/lib/Parrot/Configure/Options/Conf.pm	Wed May 26 08:56:38 2010	(r47020)
@@ -44,8 +44,6 @@
                         which upon failure cause Configure.pl to halt
    --silent             Don't be verbose, interactive or fatal
    --nomanicheck        Don't check the MANIFEST
-   --languages="list of languages"
-                        Specify a list of languages to process
 
    --ask                Have Configure ask for commonly-changed info
    --test=configure     Run tests of configuration tools before configuring

Modified: trunk/lib/Parrot/Configure/Options/Conf/Shared.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Options/Conf/Shared.pm	Wed May 26 08:30:12 2010	(r47019)
+++ trunk/lib/Parrot/Configure/Options/Conf/Shared.pm	Wed May 26 08:56:38 2010	(r47020)
@@ -39,7 +39,6 @@
     intval
     jitcapable
     buildframes
-    languages
     ld
     ldflags
     lex

Modified: trunk/lib/Parrot/Configure/Options/Reconf.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Options/Reconf.pm	Wed May 26 08:30:12 2010	(r47019)
+++ trunk/lib/Parrot/Configure/Options/Reconf.pm	Wed May 26 08:56:38 2010	(r47020)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, Parrot Foundation.
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 
 package Parrot::Configure::Options::Reconf;
@@ -16,7 +16,6 @@
     ask
     debugging
     help
-    languages
     lex
     maintainer
     step
@@ -57,8 +56,6 @@
    --step=(gen::makefiles)
                         Execute a single configure step
    --target=(Makefile)  Regenerate a specific makefile
-   --languages="list of languages"
-                        Specify a list of languages to process
 
    --ask                Have Configure ask for commonly-changed info
 


More information about the parrot-commits mailing list