cvsuser     01/10/13 03:49:28

  Modified:    .        Configure.pl MANIFEST
  Log:
  Make parrot actually build again.
  
  Revision  Changes    Path
  1.26      +4 -1      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -r1.25 -r1.26
  --- Configure.pl      2001/10/12 17:59:01     1.25
  +++ Configure.pl      2001/10/13 10:49:27     1.26
  @@ -19,7 +19,7 @@
   );
   
   if($opt_version) {
  -     print '$Id: Configure.pl,v 1.25 2001/10/12 17:59:01 dan Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.26 2001/10/13 10:49:27 simon Exp $' . "\n";
        exit;
   }
   
  @@ -187,6 +187,9 @@
   buildconfigpm();
   # and the types file
   buildfile("Types_pm", "Parrot");
  +
  +# Temporary hack
  +system("make op_info.c include/parrot/vtable.h include/parrot/op.h");
   
   # and now we figure out how big our things are
   print <<"END";
  
  
  
  1.34      +1 -0      parrot/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/perlcvs/parrot/MANIFEST,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -w -r1.33 -r1.34
  --- MANIFEST  2001/10/12 19:56:35     1.33
  +++ MANIFEST  2001/10/13 10:49:27     1.34
  @@ -70,6 +70,7 @@
   pdump.c
   process_opfunc.pl
   register.c
  +stacks.c
   string.c
   strnative.c
   strutf16.c
  
  
  


Reply via email to