[svn:parrot] r43510 - branches/one_make/config/gen

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Jan 20 08:21:23 UTC 2010


Author: cotto
Date: Wed Jan 20 08:21:22 2010
New Revision: 43510
URL: https://trac.parrot.org/parrot/changeset/43510

Log:
[parrot_include] make gen::parrot_include not generate any files
This doesn't break the build afaict, so this configure step can now safely be taken out back and shot.

Modified:
   branches/one_make/config/gen/parrot_include.pm

Modified: branches/one_make/config/gen/parrot_include.pm
==============================================================================
--- branches/one_make/config/gen/parrot_include.pm	Wed Jan 20 08:19:26 2010	(r43509)
+++ branches/one_make/config/gen/parrot_include.pm	Wed Jan 20 08:21:22 2010	(r43510)
@@ -27,24 +27,8 @@
     $data{description} = q{Generate runtime/parrot/include};
     $data{result} = q{};
     $data{source_files} = [ qw(
-        include/parrot/scheduler.h
-        include/parrot/exceptions.h
-        include/parrot/interpreter.h
-        include/parrot/library.h
-        include/parrot/longopt.h
-        include/parrot/multidispatch.h
-        include/parrot/packfile.h
-        include/parrot/stat.h
-        include/parrot/string.h
-        include/parrot/pmc.h
-        include/parrot/warnings.h
-        include/parrot/gc_api.h
-        src/pmc/timer.pmc
-        src/utils.c
     ) ];
     $data{generated_files} = [ qw(
-        include/parrot/vtable.h
-        include/parrot/core_pmcs.h
     ) ];
     $data{destdir} = 'runtime/parrot/include';
     return \%data;


More information about the parrot-commits mailing list