| 1 | &begin_parameters
|
|---|
| 2 | cpu option(-processor)name,allow(mc68020,i80860,pa7100,pa8000),=mc68020
|
|---|
| 3 | recompile switch(-recompile),=1
|
|---|
| 4 | rebind switch(-rebind),=1
|
|---|
| 5 | tgt_mod option(-target_module)module_name,='(current_module)'
|
|---|
| 6 | version option(-version)name,allow(alpha,ga),=ga
|
|---|
| 7 | compiler option(-compiler)name,allow(cc,gcc)=cc
|
|---|
| 8 | &end_parameters
|
|---|
| 9 | &echo command_lines
|
|---|
| 10 | &
|
|---|
| 11 | & This is a VOS command macro to build Perl 5 for the Stratus VOS
|
|---|
| 12 | & operating system. You need to have the VOS POSIX.1 support
|
|---|
| 13 | & loaded on your system. Change the following statement, if
|
|---|
| 14 | & necessary, to assign the correct pathname of the directory that
|
|---|
| 15 | & contains VOS POSIX.1 support.
|
|---|
| 16 | &
|
|---|
| 17 | &if &version& = alpha
|
|---|
| 18 | &then &set_string POSIX >vos_ftp_site>pub>vos>alpha>posix
|
|---|
| 19 | &else &set_string POSIX >system>posix_object_library
|
|---|
| 20 | &
|
|---|
| 21 | & See if the site has VOS POSIX.1 support loaded. If not, quit now.
|
|---|
| 22 | &
|
|---|
| 23 | &if ^ (exists &POSIX& -directory)
|
|---|
| 24 | &then &do
|
|---|
| 25 | &display_line build: VOS POSIX.1 support not found. &POSIX&
|
|---|
| 26 | &return 1
|
|---|
| 27 | &end
|
|---|
| 28 | &
|
|---|
| 29 | &if &cpu& = mc68020 & &version& = ga | &cpu& = i80860 & &version& = ga
|
|---|
| 30 | &then &do
|
|---|
|
|---|