Change 27521 by [EMAIL PROTECTED] on 2006/03/16 21:20:46
Change 27520 was a bit too aggressive. Let's keep the warning.
Affected files ...
... //depot/perl/ext/util/make_ext#14 edit
Differences ...
==== //depot/perl/ext/util/make_ext#14 (text) ====
Index: perl/ext/util/make_ext
--- perl/ext/util/make_ext#13~27520~ 2006-03-16 13:14:26.000000000 -0800
+++ perl/ext/util/make_ext 2006-03-16 13:20:46.000000000 -0800
@@ -121,6 +121,9 @@
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
+ echo "Warning: No Makefile!"
+fi
case "$target" in
clean) ;;
End of Patch.