cvsuser     02/07/14 03:34:50

  Modified:    config/gen/makefiles root.in
               lib/Parrot Types.pm
  Log:
  Types.pm is no longer generated at configure time so we don't want
  to delete it on a make realclean.
  
  Revision  Changes    Path
  1.14      +1 -1      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- root.in   30 Jun 2002 12:31:47 -0000      1.13
  +++ root.in   14 Jul 2002 10:34:19 -0000      1.14
  @@ -27,7 +27,7 @@
   languages/jako/Makefile languages/miniperl/Makefile languages/scheme/Makefile
   
   GEN_CONFIGS  = include/parrot/config.h include/parrot/platform.h \
  -                        lib/Parrot/Config.pm lib/Parrot/Types.pm platform.c
  +                        lib/Parrot/Config.pm platform.c
   
   STICKY_FILES = $(GEN_CONFIGS) $(GEN_MAKEFILES) config.opt
   
  
  
  
  1.3       +2 -6      parrot/lib/Parrot/Types.pm
  
  Index: Types.pm
  ===================================================================
  RCS file: /cvs/public/parrot/lib/Parrot/Types.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- Types.pm  11 Jun 2002 00:53:57 -0000      1.2
  +++ Types.pm  14 Jul 2002 10:34:50 -0000      1.3
  @@ -1,12 +1,8 @@
  -###############################################################################
   #
  -# Types.pm is generated by Configure from Types_pm.in
  +# Types.pm
   #
  -# We don't delete these on 'clean' only on 'realclean'.
  -# That way, we don't have to re-Configure.pl after making
  -# clean.
  +# $Id: Types.pm,v 1.3 2002/07/14 10:34:50 tom Exp $
   #
  -###############################################################################
   package Parrot::Types;
   use strict;
   use Exporter;
  
  
  


Reply via email to