Make sure tsget.pl and c_rehash.pl get installed on VMS and Windows.
authorRichard Levitte <levitte@openssl.org>
Mon, 23 May 2016 13:51:19 +0000 (15:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 23 May 2016 19:48:42 +0000 (21:48 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl
Configurations/windows-makefile.tmpl
VMS/openssl_utils.com

index 7c4715d63152bfb2e98754d6c6072b3360780bd4..752c5c31779681f73177e6fba317c3a65e45e22a 100644 (file)
@@ -348,7 +348,8 @@ install_runtime : check_INSTALLTOP
         @ ! Install scripts
         - CREATE/DIR ossl_installroot:[EXE]
         COPY/PROT=W:RE [.APPS]CA.pl ossl_installroot:[EXE]
         @ ! Install scripts
         - CREATE/DIR ossl_installroot:[EXE]
         COPY/PROT=W:RE [.APPS]CA.pl ossl_installroot:[EXE]
-        COPY/PROT=W:RE [.TOOLS]c_rehash. ossl_installroot:[EXE]c_rehash.pl
+        COPY/PROT=W:RE [.APPS]tsget.pl ossl_installroot:[EXE]
+        COPY/PROT=W:RE [.TOOLS]c_rehash.pl ossl_installroot:[EXE]
         @ ! {- output_on() if $disabled{apps}; "" -}
         @ ! Install configuration file
         - CREATE/DIR ossl_dataroot:[000000]
         @ ! {- output_on() if $disabled{apps}; "" -}
         @ ! Install configuration file
         - CREATE/DIR ossl_dataroot:[000000]
index 258421d4f328d62c175ce137814c82a042b2e2c7..ecb0d4cfffcc275eb9fc536ca4566ec35d84b3fa 100644 (file)
@@ -241,6 +241,10 @@ install_runtime:
                                         "$(DESTDIR)$(INSTALLTOP)\bin"
        @$(PERL) $(SRCDIR)\util\copy.pl $(PROGRAMPDBS) \
                                         "$(DESTDIR)$(INSTALLTOP)\bin"
                                         "$(DESTDIR)$(INSTALLTOP)\bin"
        @$(PERL) $(SRCDIR)\util\copy.pl $(PROGRAMPDBS) \
                                         "$(DESTDIR)$(INSTALLTOP)\bin"
+       @$(PERL) $(SRCDIR)\util\copy.pl $(SCRIPTS) \
+                                        "$(DESTDIR)$(INSTALLTOP)\bin"
+       @$(PERL) $(SRCDIR)\util\copy.pl tools\c_rehash.pl \
+                                        "$(DESTDIR)$(INSTALLTOP)\bin"
 
 uninstall_runtime:
 
 
 uninstall_runtime:
 
index b9dea722f3dad5544f6c7292387b2133f70468af..09c75d973c6d3c96f580ea0bc685018749d30c8d 100644 (file)
@@ -5,8 +5,7 @@ $       OPENSSL         :== $OSSL$EXE:OPENSSL
 $
 $      IF F$SYMBOL(PERL) .EQS. "STRING"
 $      THEN
 $
 $      IF F$SYMBOL(PERL) .EQS. "STRING"
 $      THEN
-$          OSSLCA      :== 'PERL' OSSL$EXE:CA.pl
-$          OSSLREHASH  :== 'PERL' OSSL$EXE:c_rehash.pl
+$          C_REHASH    :== 'PERL' OSSL$EXE:c_rehash.pl
 $      ELSE
 $      ELSE
-$          WRITE SYS$ERROR "NOTE: no perl => no OSSLCA or OSSLREHASH"
+$          WRITE SYS$ERROR "NOTE: no perl => no C_REHASH"
 $      ENDIF
 $      ENDIF