Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mms/mmk differences - $(mmstargets).mms #86

Open
hb-- opened this issue Mar 26, 2015 · 0 comments
Open

mms/mmk differences - $(mmstargets).mms #86

hb-- opened this issue Mar 26, 2015 · 0 comments
Assignees
Milestone

Comments

@hb--
Copy link

hb-- commented Mar 26, 2015

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
$ 
@tesneddon tesneddon self-assigned this Nov 7, 2016
@tesneddon tesneddon added this to the V5.1 Release milestone Nov 7, 2016
@tesneddon tesneddon modified the milestones: V5.1 Release, MMK V5.2 Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants