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

Bug 106439 - dmake: whitespace required before colon #4

Open
mohawk2 opened this issue Aug 28, 2014 · 1 comment
Open

Bug 106439 - dmake: whitespace required before colon #4

mohawk2 opened this issue Aug 28, 2014 · 1 comment

Comments

@mohawk2
Copy link
Owner

mohawk2 commented Aug 28, 2014

dmake 4.12 on the below makefile.mk fails with "`b:' not found, and can't be
made" as it apparently mis-parses the "{$X}:" part ("{$X} :" would work, but
dmake/man/dmake.nc states that "[the] rule operator [...] does not require white
space to precede or follow it").

X = a b

Y .PHONY : $X

a b :
        touch $@

{$X}: makefile.mk
@mohawk2 mohawk2 changed the title Bug 106439 - dmake: whitespace required before ": Bug 106439 - dmake: whitespace required before colon Aug 29, 2014
@mohawk2
Copy link
Owner Author

mohawk2 commented Aug 30, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant