From 3ddf9550beac0d05119750b86cebeed0245bb44f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 8 Jan 2006 21:42:59 +0000 Subject: [PATCH] Install shasum on Windows and VMS too p4raw-id: //depot/perl@26740 --- vms/descrip_mms.template | 5 ++++- win32/Makefile | 3 ++- win32/makefile.mk | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index fb9fb51..cd40b18 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -344,7 +344,7 @@ LIBPREREQ = $(ARCHDIR)Config.pm $(ARCHDIR)Config_heavy.pl [.lib.VMS]Filespec.pm utils1 = [.lib.pods]perldoc.com [.lib.ExtUtils]Miniperl.pm [.utils]c2ph.com [.utils]h2ph.com utils2 = [.utils]h2xs.com [.utils]libnetcfg.com [.lib]perlbug.com [.lib]perlcc.com [.utils]dprofpp.com utils3 = [.utils]perlivp.com [.lib]splain.com [.utils]pl2pm.com [.utils]xsubpp.com [.utils]instmodsh.com -utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com [.utils]ptar.com [.utils]corelist.com +utils4 = [.utils]enc2xs.com [.utils]piconv.com [.utils]cpan.com [.utils]prove.com [.utils]ptar.com [.utils]shasum [.utils]corelist.com .ifdef NOX2P all : base extras archcorefiles preplibrary perlpods @@ -556,6 +556,9 @@ dynext : $(LIBPREREQ) $(DBG)perlshr$(E) preplibrary [.utils]ptar.com : [.utils]ptar.PL $(ARCHDIR)Config.pm $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) +[.utils]shasum.com : [.utils]shasum.PL $(ARCHDIR)Config.pm + $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) + [.utils]corelist.com : [.utils]corelist.PL $(ARCHDIR)Config.pm $(MINIPERL) -"I[-.lib]" $(MMS$SOURCE) diff --git a/win32/Makefile b/win32/Makefile index 7730e53..d742b05 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -538,6 +538,7 @@ UTILS = \ ..\utils\xsubpp \ ..\utils\prove \ ..\utils\ptar \ + ..\utils\shasum \ ..\utils\instmodsh \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1196,7 +1197,7 @@ distclean: realclean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh prove ptar corelist + xsubpp instmodsh prove ptar shasum corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) diff --git a/win32/makefile.mk b/win32/makefile.mk index 742181b..004368e 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -694,6 +694,7 @@ UTILS = \ ..\utils\xsubpp \ ..\utils\prove \ ..\utils\ptar \ + ..\utils\shasum \ ..\utils\instmodsh \ ..\pod\checkpods \ ..\pod\pod2html \ @@ -1366,7 +1367,7 @@ distclean: realclean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh prove ptar corelist + xsubpp instmodsh prove ptar shasum corelist -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) -- 1.8.3.1