# New Ticket Created by  Jerry Gay 
# Please include the string:  [perl #42954]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42954 >


it seems F<compilers/imcc/rebuild.pl> isn't used anymore, and can be
removed. from the pod:

=head1 TITLE

rebuild.pl

=head1 SYNOPSIS

Run a command to rebuild a set of files only if the inputs have
changed, as judged by their checksums.

=head1 USAGE

  rebuild.pl [-v] <command> <input> <outputs>...

=head1 DISCUSSION

This script works by appending the line

  /* CHECKSUM: <checksum> */

to the end of all generated output files, and checking for that line
before rerunning the build script.

=head1 EXAMPLE

See parrot/config/gen/makefiles/imcc.in for an example usage.

=cut


imcc.in doesn't exist anymore, so i suspect rebuild.pl isn't needed.
please do a proper analysis to determine if this file can go, and
provide a patch which removes it if appropriate.

~jerry

Reply via email to