Hopefully we can heal the code fork soon.
p4raw-id: //depot/perl@34321
pname=`echo "$extspec" | sed -e 's:^ext/::' -e 's:/pm_to_blib$::' ` ;;
*::*) # Convert :: to /
pname=`echo "$extspec" | sed -e 's/::/\//g' ` ;;
-*.o) pname=`echo "$extspec" | sed -e 's/\.o//'` ;;
+*.*o) pname=`echo "$extspec" | sed -e 's/\..*o//'` ;;
*) pname="$extspec" ;;
esac
# echo "Converted $extspec to $pname"
exit 0 # not an error ?
fi
+case "$osname" in
+catamount) # Snowball's chance of building extensions.
+ echo "This is $osname, not building $mname, sorry."
+ exit 0
+ ;;
+esac
echo " Making $mname ($target)"
esac
if test ! -f $makefile ; then
- test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib -MCross Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
+ test -f Makefile.PL && $run ../$depth/miniperl -I../$depth/lib -MCross Makefile.PL INSTALLDIRS=perl INSTALLMAN3DIR=none PERL_CORE=1 $passthru
fi
if test ! -f $makefile ; then
echo "Warning: No Makefile!"