From: Gurusamy Sarathy <gsar@cpan.org>
Date: Wed, 22 Mar 2000 14:21:20 +0000 (+0000)
Subject: remove outdated notes in makefiles
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=57a264f964d3bc3cfc103b72615b68710b3a4b9a;p=p5sagit%2Fp5-mst-13.2.git

remove outdated notes in makefiles

p4raw-id: //depot/perl@5872
---

diff --git a/win32/Makefile b/win32/Makefile
index 426ff52..82896e9 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -49,8 +49,6 @@ INST_ARCH	= \$(ARCHNAME)
 #USE_MULTI	= define
 
 #
-# XXX WARNING! This option is still very experimental.  May be broken.
-#
 # Beginnings of interpreter cloning/threads; still very incomplete.
 # This should be enabled to get the fork() emulation.  This needs
 # USE_MULTI as well.
@@ -178,11 +176,6 @@ CCLIBDIR	= $(CCHOME)\lib
 #BUILDOPT	= $(BUILDOPT) -DPERL_TEXTMODE_SCRIPTS
 
 #
-# This should normally be disabled.  Enabling it runs a cloned toplevel
-# interpreter (*EXPERIMENTAL*, fails tests)
-#BUILDOPT	= $(BUILDOPT) -DTOP_CLONE
-
-#
 # specify semicolon-separated list of extra directories that modules will
 # look for libraries (spaces in path names need not be quoted)
 #
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 05e34cb..e956588 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -53,8 +53,6 @@ INST_ARCH	*= \$(ARCHNAME)
 #USE_MULTI	*= define
 
 #
-# XXX WARNING! This option is still very experimental.  May be broken.
-#
 # Beginnings of interpreter cloning/threads; still very incomplete.
 # This should be enabled to get the fork() emulation.  This needs
 # USE_MULTI as well.
@@ -197,11 +195,6 @@ CCLIBDIR	*= $(CCHOME)\lib
 #BUILDOPT	+= -DPERL_TEXTMODE_SCRIPTS
 
 #
-# This should normally be disabled.  Enabling it runs a cloned toplevel
-# interpreter (*EXPERIMENTAL*, fails tests)
-#BUILDOPT	+= -DTOP_CLONE
-
-#
 # specify semicolon-separated list of extra directories that modules will
 # look for libraries (spaces in path names need not be quoted)
 #