cvsuser 02/05/14 22:22:58
Modified: . Configure.pl
Log:
The byte-order stuff really ought to clean up after itself.
Revision Changes Path
1.113 +4 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/perlcvs/parrot/Configure.pl,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -w -r1.112 -r1.113
--- Configure.pl 9 May 2002 17:01:51 -0000 1.112
+++ Configure.pl 15 May 2002 05:22:58 -0000 1.113
@@ -2,7 +2,7 @@
#
# Configure.pl
#
-# $Id: Configure.pl,v 1.112 2002/05/09 17:01:51 mrjoltcola Exp $
+# $Id: Configure.pl,v 1.113 2002/05/15 05:22:58 brentdax Exp $
#
# Author: Brent Dax
#
@@ -77,7 +77,7 @@
if($opt_version) {
print "Parrot Version $parrot_version Configure\n";
- print '$Id: Configure.pl,v 1.112 2002/05/09 17:01:51 mrjoltcola Exp $' . "\n";
+ print '$Id: Configure.pl,v 1.113 2002/05/15 05:22:58 brentdax Exp $' . "\n";
exit;
}
@@ -664,6 +664,8 @@
print "Note, the sizeof Perl5 INTs appear to be different from Parrot's\n";
print "for this configuration, if this is expected, ignore this.\n";
}
+
+ unlink 'testbyteorder.c';
}