cvsuser 02/09/26 00:24:40
Modified: . Configure.pl
config/gen/makefiles root.in
Log:
Commit patch #17517 from Leopold Toetsch <[EMAIL PROTECTED]>.
Revision Changes Path
1.119 +5 -2 parrot/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/parrot/Configure.pl,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -w -r1.118 -r1.119
--- Configure.pl 23 Aug 2002 06:17:53 -0000 1.118
+++ Configure.pl 26 Sep 2002 07:24:37 -0000 1.119
@@ -2,7 +2,7 @@
#
# Configure.pl 2.0
#
-# $Id: Configure.pl,v 1.118 2002/08/23 06:17:53 sfink Exp $
+# $Id: Configure.pl,v 1.119 2002/09/26 07:24:37 tom Exp $
#
# Author: Brent Dax
#
@@ -29,7 +29,7 @@
for($key) {
/version/ && do {
- my $cvsid='$Id: Configure.pl,v 1.118 2002/08/23 06:17:53 sfink Exp $';
+ my $cvsid='$Id: Configure.pl,v 1.119 2002/09/26 07:24:37 tom Exp $';
print <<"END";
Parrot Version $parrot_version Configure 2.0
$cvsid
@@ -48,6 +48,9 @@
Popular ones include:
--ask Have Configure ask for commonly-changed info
+ you can remove parts of a line with :rem{<opt>}
+ and add options with :add{<opt>} e.g.
+ :rem{-g} :add{-O2}
--nomanicheck Don't check the MANIFEST
--debugging Enable debugging
--cc=(compiler) Use the given compiler
1.39 +2 -2 parrot/config/gen/makefiles/root.in
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -w -r1.38 -r1.39
--- root.in 9 Sep 2002 05:48:41 -0000 1.38
+++ root.in 26 Sep 2002 07:24:39 -0000 1.39
@@ -419,8 +419,8 @@
misc$(O) : $(H_FILES)
-$(STICKY_FILES) : Configure.pl
- $(PERL) Configure.pl
+# $(STICKY_FILES) : Configure.pl
+# $(PERL) Configure.pl
$(INC)/vtable.h : vtable.tbl vtable_h.pl
$(PERL) vtable_h.pl