~ubuntu-branches/ubuntu/warty/swish-e/warty

« back to all changes in this revision

Viewing changes to src/vms/build_swish-e.com

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2004-03-11 08:41:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040311084107-7vp0mu82blq1qjvo
Tags: 2.4.1-3
Oops ! A comment was not removed to disable interactive compilation.
Closes: Bug#237332

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$ arch_name = f$edit(f$getsyi("arch_name"),"upcase")
 
2
$ if arch_name .eqs. "ALPHA" then arch_name = "axp"
 
3
$ proc =  f$environment("procedure")
 
4
$ dev = f$parse(proc,,,"DEVICE")
 
5
$ dir = f$parse(proc,,,"DIRECTORY")
 
6
$ set default 'dev''dir'
 
7
$ set default [-]
 
8
$ if p1 .eqs. "LIBXML2" 
 
9
$ then
 
10
$! Don't work on VAX
 
11
$   mms/descr=[.vms]descrip_libxml2.mms 'p2'
 
12
$ else
 
13
$   mms/descr=[.vms]descrip_'arch_name'.mms 'p2'
 
14
$ endif