diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-19 01:28:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-19 01:28:40 +0000 |
commit | 4849278d9c6dd34a499de1586e2eff1f84d76347 (patch) | |
tree | 4e3a5c2fc46441490a9ad319dea185e9132d86dd /vos/build.cm | |
parent | 5c6bfeb1b3a73eaa2cbd08952dced38a75038db2 (diff) | |
download | perl-4849278d9c6dd34a499de1586e2eff1f84d76347.tar.gz |
VOS updates from Paul Green.
p4raw-id: //depot/perl@10704
Diffstat (limited to 'vos/build.cm')
-rw-r--r-- | vos/build.cm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/build.cm b/vos/build.cm index ec9e58997e..ea3649975a 100644 --- a/vos/build.cm +++ b/vos/build.cm @@ -109,10 +109,14 @@ &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 & @@ -148,6 +152,8 @@ &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& |