summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-26 11:38:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-26 11:38:36 +0000
commit92c28edd459d810e3c841dc07d7846c462b368a9 (patch)
tree48f91daa2300c5440c1b90f5af044d1e112824ca /ext
parenta1a1bbcd8cc170a7ad89ed19ad69b4d6c036c8ab (diff)
downloadperl-92c28edd459d810e3c841dc07d7846c462b368a9.tar.gz
Back out #3735. Needs more work.
p4raw-id: //depot/cfgperl@3770
Diffstat (limited to 'ext')
-rw-r--r--ext/util/make_ext9
1 files changed, 2 insertions, 7 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext
index 9afbbcccbb..54caf7dfd8 100644
--- a/ext/util/make_ext
+++ b/ext/util/make_ext
@@ -75,7 +75,7 @@ makefile=Makefile
makeargs=''
makeopts=''
-if test ! -d "$src/ext/$pname"; then
+if test ! -d "ext/$pname"; then
echo " Skipping $extspec (directory does not exist)"
exit 0 # not an error ?
fi
@@ -83,11 +83,6 @@ fi
echo " Making $mname ($target)"
-mkdir ext 2>/dev/null
-mkdir ext/$pname 2>/dev/null
-if test ! -f ext/$pname/Makefile.PL; then
- cat $src/ext/$pname/Makefile.PL > ext/$pname/Makefile.PL
-fi
cd ext/$pname
# check link type and do any preliminaries
@@ -121,7 +116,7 @@ nonxs) makeargs="";
esac
if test ! -f $makefile ; then
- test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib -I$src/lib Makefile.PL INSTALLDIRS=perl $passthru
+ test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl $passthru
fi
if test ! -f $makefile ; then
if test -f Makefile.SH; then