# New Ticket Created by Andy Dougherty # Please include the string: [perl #17120] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17120 >
The following patch removes two no-longer-needed hints files. They are remnants of the compile/link/ld confusion fixed in perl #17007 (HP-UX state report). The first part of this patch is to *remove* two files. The second part is to adjust MANIFEST accordingly. While fixing MANIFEST, I also decided to resort it and to delete the duplicate imcc.in entry. #!/bin/sh rm config/init/hints/dec_osf.pl rm config/init/hints/unicosmk.pl exit 0 diff -r -u parrot-orig/MANIFEST parrot-andy/MANIFEST --- parrot-orig/MANIFEST Mon Sep 9 08:57:16 2002 +++ parrot-andy/MANIFEST Tue Sep 10 15:59:00 2002 @@ -65,14 +65,13 @@ config/gen/makefiles.pl config/gen/makefiles/classes.in config/gen/makefiles/docs.in -config/gen/makefiles/jako.in config/gen/makefiles/imcc.in +config/gen/makefiles/jako.in config/gen/makefiles/languages.in config/gen/makefiles/miniperl.in config/gen/makefiles/perl6.in config/gen/makefiles/root.in config/gen/makefiles/scheme.in -config/gen/makefiles/imcc.in config/gen/myconfig.pl config/gen/myconfig/myconfig.in config/gen/platform.pl @@ -89,10 +88,8 @@ config/init/hints.pl config/init/hints/cygwin.pl config/init/hints/darwin.pl -config/init/hints/dec_osf.pl config/init/hints/mswin32.pl config/init/hints/os2.pl -config/init/hints/unicosmk.pl config/init/hints/vms.pl config/init/manifest.pl config/init/miniparrot.pl @@ -207,9 +204,9 @@ include/parrot/global_setup.h include/parrot/hash.h include/parrot/headers.h -include/parrot/intlist.h include/parrot/interp_guts.h include/parrot/interpreter.h +include/parrot/intlist.h include/parrot/io.h include/parrot/jit.h include/parrot/key.h @@ -237,8 +234,8 @@ include/parrot/trace.h include/parrot/unicode.h include/parrot/warnings.h -intlist.c interpreter.c +intlist.c io.ops io/TODO io/io.c -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042