VOS updates from Paul Green.
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:28:40 +0000 (01:28 +0000)]
p4raw-id: //depot/perl@10704

vos/Changes
vos/build.cm
vos/perl.bind

index 6a39bcd..640db49 100644 (file)
@@ -10,6 +10,7 @@ For 5.7.1:
           the header, because the perl distribution resets all dates
           to the same value.
      Update "Changes".
+     Update "perl.bind".
 
 For 5.7:
      Updated "build.cm" to build perl using either the alpha or GA
index ec9e589..ea36499 100644 (file)
 &if (command_status) ^= 0 &then &return
 !&compiler& <<hv.c &diag& &cpu& &cflags& -o hv&s&
 &if (command_status) ^= 0 &then &return
+!&compiler& <<locale.c &diag& &cpu& &cflags& -o locale&s&
+&if (command_status) ^= 0 &then &return
 &   !&compiler& <<malloc.c &diag& &cpu& &cflags& -o malloc&s&
 &   &if (command_status) ^= 0 &then &return
 !&compiler& <<mg.c &diag& &cpu& &cflags& -o mg&s&
 &if (command_status) ^= 0 &then &return
+!&compiler& <<numeric.c &diag& &cpu& &cflags& -o numeric&s&
+&if (command_status) ^= 0 &then &return
 !&compiler& <<op.c &diag& &cpu& &cflags& -o op&s&
 &if (command_status) ^= 0 &then &return
 &
 &if (command_status) ^= 0 &then &return
 !&compiler& <<pp_hot.c &diag& &cpu& &cflags& -o pp_hot&s&
 &if (command_status) ^= 0 &then &return
+!&compiler& <<pp_pack.c &diag& &cpu& &cflags& -o pp_pack&s&
+&if (command_status) ^= 0 &then &return
 !&compiler& <<pp_sys.c &diag& &cpu& &cflags& -o pp_sys&s&
 &if (command_status) ^= 0 &then &return
 !&compiler& <<regcomp.c &diag& &cpu& &cflags& -o regcomp&s&
index 1e77e5a..e301fe0 100644 (file)
@@ -11,7 +11,9 @@ modules:  miniperlmain,
           globals,
           gv,
           hv,
+          locale,
           mg,
+          numeric,
           op,
           perl,
           perlapi,
@@ -20,6 +22,7 @@ modules:  miniperlmain,
           pp,
           pp_ctl,
           pp_hot,
+          pp_pack,
           pp_sys,
           regcomp,
           regexec,