Skip to content

Commit

Permalink
fix v5.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Nov 29, 2020
1 parent f9b8c0b commit 50c2414
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions scripts/lib/Devel/PatchPerl/Plugin/MinGWGNUmakefile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8697,9 +8697,12 @@ PATCH
$(MINIMOD) : $(HAVEMINIPERL) ..\minimod.pl
cd .. && miniperl minimod.pl > lib\ExtUtils\Miniperl.pm && cd win32
@@ -745,6 +763,7 @@
@@ -743,8 +761,9 @@
rem . > $@
#most of deps of this target are in DYNALOADER and therefore omitted here
Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM)
-Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM)
+Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM) $(UNIDATAFILES)
$(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) $(EXTDIR)
+ $(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) ext
Expand Down Expand Up @@ -8788,7 +8791,7 @@ PATCH
@@ -762,8 +770,13 @@
#most of deps of this target are in DYNALOADER and therefore omitted here
Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM)
Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM) $(UNIDATAFILES)
- $(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) $(EXTDIR)
- $(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) ext
+ $(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) $(EXTDIR) --dynamic
Expand Down Expand Up @@ -9048,7 +9051,7 @@ PATCH
@@ -764,12 +819,14 @@
#most of deps of this target are in DYNALOADER and therefore omitted here
Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM)
Extensions : buildext.pl $(HAVEMINIPERL) $(PERLDEP) $(CONFIGPM) $(UNIDATAFILES)
+ $(XCOPY) ..\\*.h $(COREDIR)\\*.*
$(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) $(EXTDIR) --dynamic
- $(MINIPERL) -I..\lib $(ICWD) buildext.pl "$(PLMAKE)" $(PERLDEP) ext --dynamic
Expand Down

0 comments on commit 50c2414

Please sign in to comment.