[svn:parrot] r37352 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Mar 12 11:36:44 UTC 2009


Author: fperrad
Date: Thu Mar 12 11:36:44 2009
New Revision: 37352
URL: https://trac.parrot.org/parrot/changeset/37352

Log:
[tools] allows expand_gmake_syntax

Modified:
   trunk/tools/dev/gen_makefile.pl

Modified: trunk/tools/dev/gen_makefile.pl
==============================================================================
--- trunk/tools/dev/gen_makefile.pl	Thu Mar 12 08:09:24 2009	(r37351)
+++ trunk/tools/dev/gen_makefile.pl	Thu Mar 12 11:36:44 2009	(r37352)
@@ -18,8 +18,10 @@
     {
         step              => 'gen::makefiles',
         mode              => 'reconfigure',
+        file_type         => 'makefile',
         conditioned_lines => 1,
         replace_slashes   => 1,
+        expand_gmake_syntax => 1,
     }
 );
 exit(1) unless ( defined $args );


More information about the parrot-commits mailing list