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

MMK-W-NOOPNINCL when including "typeless" files #85

Open
hb-- opened this issue Jan 27, 2015 · 1 comment
Open

MMK-W-NOOPNINCL when including "typeless" files #85

hb-- opened this issue Jan 27, 2015 · 1 comment
Assignees
Milestone

Comments

@hb--
Copy link

hb-- commented Jan 27, 2015

$ 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.
$ cre inc. 
X=hello
 Exit 
$ cre inc.mms
include inc
all :
        write sys$output "$(X)"
 Exit 
$ mmk/desc=inc.mms
%MMK-W-NOOPNINCL, could not open .INCLUDE file INC
-RMS-E-ACC, ACP file access failed
%MMK-F-MULACTION, multiple dependencies with action lists found for target ALL
$ edito/edt inc.mms
    1       include inc
*sub/ inc/ inc./
    1       include inc.
1 substitution
*exit
DISK$USER:[USER]INC.MMS;2 3 lines

$ mmk/desc=inc.mms
write sys$output "hello"
hello
$ 
@tesneddon tesneddon added this to the V5.1 Release milestone Nov 7, 2016
@tesneddon tesneddon self-assigned this Nov 7, 2016
@tesneddon
Copy link
Member

Hmm, looks like it is treating the target as if it is a non-file, "phony" target. I don't think the INCLUDE target should do that. Looks like a bug.

@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