You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If mms cannot find DESCRIP.MMS or MAKEFILE., it looks for $(mmstargets).MMS.
$ cre huhu.mms
huhu :
write sys$output "$(mms$target)"
^Z
$ dir .mms
Directory DISK$USER:[USER]
HUHU.MMS;1
Total of 1 file.
$
$ mms/id
%MMS-I-IDENT, MMS V3.3-4 � Digital Equipment Corporation 1989, 1998. All rights
reserved. � Electronic Data Systems Limited 1995, 1998
$ mms huhu
write sys$output "HUHU"
HUHU
$ mmk/id
%MMK-I-IDENT, this is the MMK Make Utility V5.0
-MMK-I-COPYRIGHT, Copyright (c) 2008, Matthew Madison.
Copyright (c) 2013, Endless Software Solutions.
See LICENSE.TXT in distribution kit for license information.
$ mmk huhu
%MMK-F-NOOPNDSC, could not open description file
-RMS-E-FNF, file not found
$
The text was updated successfully, but these errors were encountered:
If mms cannot find DESCRIP.MMS or MAKEFILE., it looks for $(mmstargets).MMS.
The text was updated successfully, but these errors were encountered: