Change 13986 by jhi@alpha on 2001/12/31 16:35:57
Subject: Re: Cygwin: one down one to go
From: "H.Merijn Brand" <[EMAIL PROTECTED]>
Date: Mon, 31 Dec 2001 18:34:36 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/cygwin/Makefile.SHs#13 edit
Differences ...
==== //depot/perl/cygwin/Makefile.SHs#13 (text) ====
Index: perl/cygwin/Makefile.SHs
--- perl/cygwin/Makefile.SHs.~1~ Mon Dec 31 09:45:05 2001
+++ perl/cygwin/Makefile.SHs Mon Dec 31 09:45:05 2001
@@ -124,6 +124,7 @@
# build problems but that's not obvious to the novice.
# The Module used here must not depend on Config or any extensions.
+miniperl.exe \
miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)s$(LIB_EXT) opmini$(OBJ_EXT)
$(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT)
opmini$(OBJ_EXT) $(LLIBPERL)s $(libs)
$(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
@@ -146,6 +147,7 @@
# build problems but that's not obvious to the novice.
# The Module used here must not depend on Config or any extensions.
+miniperl.exe \
miniperl: $& miniperlmain$(OBJ_EXT) $(LIBPERL)$(LIB_EXT) opmini$(OBJ_EXT)
$(LDLIBPTH) $(CC) $(CLDFLAGS) -o miniperl miniperlmain$(OBJ_EXT)
opmini$(OBJ_EXT) $(LLIBPERL) $(libs)
$(LDLIBPTH) ./miniperl -w -Ilib -MExporter -e '<?>' || $(MAKE) minitest
@@ -164,6 +166,7 @@
#
$spitshell >>Makefile <<'!NO!SUBS!'
+perl.exe \
perl: $& perlmain$(OBJ_EXT) $(LIBPERL)$(LIB_EXT) $(DYNALOADER) $(static_ext) ext.libs
$(SHRPENV) $(LDLIBPTH) $(CC) $(CLDFLAGS) $(CCDLFLAGS) -o perl
perlmain$(OBJ_EXT) $(DYNALOADER) $(static_ext) -Wl,-Bstatic $(LLIBPERL) -Wl,-Bdynamic
`cat ext.libs` $(libs)
End of Patch.