Change 27520 by [EMAIL PROTECTED] on 2006/03/16 21:14:26

        Remove unused code. No extension use Makefile.SH any more.

Affected files ...

... //depot/perl/ext/util/make_ext#13 edit

Differences ...

==== //depot/perl/ext/util/make_ext#13 (text) ====
Index: perl/ext/util/make_ext
--- perl/ext/util/make_ext#12~16356~    2002-05-02 15:30:10.000000000 -0700
+++ perl/ext/util/make_ext      2006-03-16 13:14:26.000000000 -0800
@@ -121,14 +121,6 @@
 if test ! -f $makefile ; then
        test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL 
INSTALLDIRS=perl PERL_CORE=1 $passthru
 fi
-if test ! -f $makefile ; then
-       if test -f Makefile.SH; then
-               echo "Warning: Writing $makefile from old-style Makefile.SH!"
-               sh Makefile.SH
-       else
-               echo "Warning: No Makefile!"
-       fi
-fi
 
 case "$target" in
 clean)         ;;
End of Patch.

Reply via email to