GNUmakefile (perl-5.30.2.tar.xz) | : | GNUmakefile (perl-5.30.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
# | # | |||
# Comment this out if you DON'T want your perl installation to be versioned. | # Comment this out if you DON'T want your perl installation to be versioned. | |||
# This means that the new installation will overwrite any files from the | # This means that the new installation will overwrite any files from the | |||
# old installation at the same INST_TOP location. Leaving it enabled is | # old installation at the same INST_TOP location. Leaving it enabled is | |||
# the safest route, as perl adds the extra version directory to all the | # the safest route, as perl adds the extra version directory to all the | |||
# locations it installs files to. If you disable it, an alternative | # locations it installs files to. If you disable it, an alternative | |||
# versioned installation can be obtained by setting INST_TOP above to a | # versioned installation can be obtained by setting INST_TOP above to a | |||
# path that includes an arbitrary version string. | # path that includes an arbitrary version string. | |||
# | # | |||
#INST_VER := \5.30.2 | #INST_VER := \5.30.3 | |||
# | # | |||
# Comment this out if you DON'T want your perl installation to have | # Comment this out if you DON'T want your perl installation to have | |||
# architecture specific components. This means that architecture- | # architecture specific components. This means that architecture- | |||
# specific files will be installed along with the architecture-neutral | # specific files will be installed along with the architecture-neutral | |||
# files. Leaving it enabled is safer and more flexible, in case you | # files. Leaving it enabled is safer and more flexible, in case you | |||
# want to build multiple flavors of perl and install them together in | # want to build multiple flavors of perl and install them together in | |||
# the same location. Commenting it out gives you a simpler | # the same location. Commenting it out gives you a simpler | |||
# installation that is easier to understand for beginners. | # installation that is easier to understand for beginners. | |||
# | # | |||
skipping to change at line 1760 | skipping to change at line 1760 | |||
copy ..\README.plan9 ..\pod\perlplan9.pod | copy ..\README.plan9 ..\pod\perlplan9.pod | |||
copy ..\README.qnx ..\pod\perlqnx.pod | copy ..\README.qnx ..\pod\perlqnx.pod | |||
copy ..\README.riscos ..\pod\perlriscos.pod | copy ..\README.riscos ..\pod\perlriscos.pod | |||
copy ..\README.solaris ..\pod\perlsolaris.pod | copy ..\README.solaris ..\pod\perlsolaris.pod | |||
copy ..\README.symbian ..\pod\perlsymbian.pod | copy ..\README.symbian ..\pod\perlsymbian.pod | |||
copy ..\README.synology ..\pod\perlsynology.pod | copy ..\README.synology ..\pod\perlsynology.pod | |||
copy ..\README.tru64 ..\pod\perltru64.pod | copy ..\README.tru64 ..\pod\perltru64.pod | |||
copy ..\README.tw ..\pod\perltw.pod | copy ..\README.tw ..\pod\perltw.pod | |||
copy ..\README.vos ..\pod\perlvos.pod | copy ..\README.vos ..\pod\perlvos.pod | |||
copy ..\README.win32 ..\pod\perlwin32.pod | copy ..\README.win32 ..\pod\perlwin32.pod | |||
copy ..\pod\perldelta.pod ..\pod\perl5302delta.pod | copy ..\pod\perldelta.pod ..\pod\perl5303delta.pod | |||
$(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) | $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) | |||
$(MINIPERL) -I..\lib ..\autodoc.pl .. | $(MINIPERL) -I..\lib ..\autodoc.pl .. | |||
$(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. | $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. | |||
..\pod\perltoc.pod: $(PERLEXE) $(PERLDLL) Extensions Extensions_nonxs $(NORMALIZ E_DYN) utils | ..\pod\perltoc.pod: $(PERLEXE) $(PERLDLL) Extensions Extensions_nonxs $(NORMALIZ E_DYN) utils | |||
$(PERLEXE) -f ..\pod\buildtoc -q | $(PERLEXE) -f ..\pod\buildtoc -q | |||
# Note that the pod cleanup in this next section is parsed (and regenerated | # Note that the pod cleanup in this next section is parsed (and regenerated | |||
# by pod/buildtoc so please check that script before making changes here | # by pod/buildtoc so please check that script before making changes here | |||
skipping to change at line 1858 | skipping to change at line 1858 | |||
-if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread | -if exist $(LIBDIR)\Thread rmdir /s /q $(LIBDIR)\Thread | |||
-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads | -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads | |||
-if exist $(LIBDIR)\Tie\Hash rmdir /s /q $(LIBDIR)\Tie\Hash | -if exist $(LIBDIR)\Tie\Hash rmdir /s /q $(LIBDIR)\Tie\Hash | |||
-if exist $(LIBDIR)\Unicode\Collate rmdir /s /q $(LIBDIR)\Unicode\Collate | -if exist $(LIBDIR)\Unicode\Collate rmdir /s /q $(LIBDIR)\Unicode\Collate | |||
-if exist $(LIBDIR)\Unicode\Collate\Locale rmdir /s /q $(LIBDIR)\Unicode\ Collate\Locale | -if exist $(LIBDIR)\Unicode\Collate\Locale rmdir /s /q $(LIBDIR)\Unicode\ Collate\Locale | |||
-if exist $(LIBDIR)\version rmdir /s /q $(LIBDIR)\version | -if exist $(LIBDIR)\version rmdir /s /q $(LIBDIR)\version | |||
-if exist $(LIBDIR)\VMS rmdir /s /q $(LIBDIR)\VMS | -if exist $(LIBDIR)\VMS rmdir /s /q $(LIBDIR)\VMS | |||
-if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API | -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API | |||
-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS | -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS | |||
-cd $(PODDIR) && del /f *.html *.bat roffitall \ | -cd $(PODDIR) && del /f *.html *.bat roffitall \ | |||
perl5302delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ | perl5303delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ | |||
perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ | perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ | |||
perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ | perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ | |||
perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ | perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ | |||
perllinux.pod perlmacos.pod perlmacosx.pod perlmodlib.pod \ | perllinux.pod perlmacos.pod perlmacosx.pod perlmodlib.pod \ | |||
perlnetware.pod perlopenbsd.pod perlos2.pod perlos390.pod \ | perlnetware.pod perlopenbsd.pod perlos2.pod perlos390.pod \ | |||
perlos400.pod perlplan9.pod perlqnx.pod perlriscos.pod \ | perlos400.pod perlplan9.pod perlqnx.pod perlriscos.pod \ | |||
perlsolaris.pod perlsymbian.pod perlsynology.pod perltoc.pod \ | perlsolaris.pod perlsymbian.pod perlsynology.pod perltoc.pod \ | |||
perltru64.pod perltw.pod perluniprops.pod perlvos.pod \ | perltru64.pod perltw.pod perluniprops.pod perlvos.pod \ | |||
perlwin32.pod | perlwin32.pod | |||
-cd ..\utils && del /f h2ph splain perlbug pl2pm h2xs \ | -cd ..\utils && del /f h2ph splain perlbug pl2pm h2xs \ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |