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

differences to mms #53

Open
hb-- opened this issue Mar 8, 2013 · 2 comments
Open

differences to mms #53

hb-- opened this issue Mar 8, 2013 · 2 comments
Assignees
Milestone

Comments

@hb--
Copy link

hb-- commented Mar 8, 2013

The MMK-F-NOOPNDSC isn't really a problem but three actions versus one is.

$ ty x.mms
T= this and that
all : $(T)
@ ! $@ done
$(T) :
@cre $(T)
$
$ mms/id
%MMS-I-IDENT, MMS V3.3-4 � Digital Equipment Corporation 1989, 1998. All rights
reserved. � Electronic Data Systems Limited 1995, 1998
$ mms/noaction/desc=x

@cre this and that
! ALL done
$
$ mmk/id
%MMK-I-IDENT, this is the MadGoat Make Utility V4.1
-MMK-I-COPYRIGHT, Copyright (c) 2008, Matthew Madison. See LICENSE.TXT in distr
ibution kit for license information.
$ mmk/noaction/desc=x
%MMK-F-NOOPNDSC, could not open description file x
-RMS-E-FNF, file not found
$ mmk/noaction/desc=x.mms
@cre this and that
@cre this and that
@cre this and that
! ALL done
$

@tesneddon
Copy link
Member

The file extension issue has been moved to #54.

@levitte
Copy link

levitte commented Jul 4, 2016

That's a neat trick on MMS' part... as far as I can tell from experimenting, it will only run the actions of a multi-target for each separate target if $@ is present among the actions.

@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

3 participants