cvsuser 02/05/26 23:14:08
Modified: . Configure.pl
Log:
Mention where all the files went.
Revision Changes Path
1.117 +40 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -w -r1.116 -r1.117
--- Configure.pl 24 May 2002 06:29:17 -0000 1.116
+++ Configure.pl 27 May 2002 06:14:08 -0000 1.117
@@ -2,7 +2,7 @@
#
# Configure.pl 2.0
#
-# $Id: Configure.pl,v 1.116 2002/05/24 06:29:17 brentdax Exp $
+# $Id: Configure.pl,v 1.117 2002/05/27 06:14:08 brentdax Exp $
#
# Author: Brent Dax
#
@@ -29,7 +29,7 @@
for($key) {
/version/ && do {
- my $cvsid='$Id: Configure.pl,v 1.116 2002/05/24 06:29:17 brentdax Exp $';
+ my $cvsid='$Id: Configure.pl,v 1.117 2002/05/27 06:14:08 brentdax Exp $';
print <<"END";
Parrot Version $parrot_version Configure 2.0
$cvsid
@@ -306,6 +306,44 @@
Takes the given I<infile>, substitutes any sequences matching C</\$\{\w+\}/> for
the given key's value in
Configure's data, and writes the results to I<outfile>.
+
+=back
+
+=head1 MISCELLANEOUS
+
+=head2 Moved Files
+
+Several files have been moved from their original locations to new ones.
+
+=over 4
+
+=item F<*/Makefile.in>
+
+Moved to F<config/gen/makefiles> and renamed appropriately.
+
+=item F<config_h.in>
+
+Moved to F<config/gen/config_h>.
+
+=item F<Config_pm.in>
+
+moved to F<config/gen/config_pm>.
+
+=item F<Types_pm.in>
+
+Deleted; F<lib/Parrot/Types.pm> now doesn't need to be generated.
+
+=item F<hints/*>
+
+Moved to F<config/init/hints> and rewritten.
+
+=item F<platforms/*>
+
+Moved to F<config/gen/platform>.
+
+=item F<test*.c>, F<test*_c.in>
+
+Moved to various subdirectories of F<hints/auto>.
=back