Change 31379 by [EMAIL PROTECTED] on 2007/06/14 12:38:16

        Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
        From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
        Date: Thu, 14 Jun 2007 08:13:29 -0400
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/cygwin/Makefile.SHs#21 edit

Differences ...

==== //depot/perl/cygwin/Makefile.SHs#21 (text) ====
Index: perl/cygwin/Makefile.SHs
--- perl/cygwin/Makefile.SHs#20~29713~  2007-01-07 23:19:02.000000000 -0800
+++ perl/cygwin/Makefile.SHs    2007-06-14 05:38:16.000000000 -0700
@@ -56,12 +56,9 @@
 # perlld parameters
 #
 # these ones are mandatory
-DLLWRAP = 'dllwrap'
 VERSION = '$version'
 
 # following are optional.
-WRAPDRIVER = gcc
-DLLTOOL = dlltool
 EXPORT_ALL = 1
 
 # if some of extensions are empty,
@@ -72,9 +69,7 @@
 
 perlld: $& Makefile ${src}/cygwin/perlld.in
        @echo "extracting perlld (with variable substitutions)"
-       @$sed -e s,@CC@,\${CC}, -e s,@DLLWRAP@,\${DLLWRAP},g \\
-       -e s,@WRAPDRIVER@,\${WRAPDRIVER},g -e s,@DLLTOOL@,\${DLLTOOL},g \\
-       -e s,@AS@,\${AS},g -e s,@EXPORT_ALL@,\${EXPORT_ALL},g \\
+       @$sed -e s,@CC@,\${CC}, -e s,@EXPORT_ALL@,\${EXPORT_ALL},g \\
        -e s,@DEF_EXT@,\${DEF_EXT},g -e s,@EXP_EXT@,\${EXP_EXT},g \\
        -e s,@LIB_EXT@,\${LIB_EXT},g -e s,@VERSION@,\${VERSION},g \\
        ${src}/cygwin/perlld.in >perlld
End of Patch.

Reply via email to