summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-03-01 08:10:57 -0800
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-02 08:24:52 +0000
commit7d4ba924cffa17b20a2c7f77186bab223278f3d5 (patch)
tree0f27571e1807c2a11a5630e58dc1e49c98670d2b /README.vms
parenta12fb9119e8da180ab3c5a7359cb81660e41b805 (diff)
downloadperl-7d4ba924cffa17b20a2c7f77186bab223278f3d5.tar.gz
Minor update to README.VMS
To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu> p4raw-id: //depot/cfgperl@3051
Diffstat (limited to 'README.vms')
-rw-r--r--README.vms10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.vms b/README.vms
index ea0d0f2c77..e2c0e0832e 100644
--- a/README.vms
+++ b/README.vms
@@ -1,4 +1,4 @@
-Last Revised 21-July-1998 by Dan Sugalski <sugalskd@ous.edu>
+Last Revised 01-March-1999 by Dan Sugalski <sugalskd@ous.edu>
Originally by Charles Bailey <bailey@newman.upenn.edu>
* Important safety tip
@@ -122,11 +122,11 @@ compile Perl and add the word "test" to the end, like this:
Compile Command:
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1")
+$MMS
Test Command:
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1") test
+$MMS test
MMS will run all the tests. This may take some time, as there are a lot of
tests. If any tests fail, there will be a note made on-screen. At the end
@@ -171,11 +171,11 @@ compile and add "realclean" at the end, like this:
Compile Command:
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1")
+$MMS
Cleanup Command:
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1") realclean
+$MMS realclean
If you don't do this, things may behave erratically. They might not, too,
so it's best to be sure and do it.