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

Fix "nmake clean" #581

Merged
merged 1 commit into from Nov 12, 2015
Merged

Fix "nmake clean" #581

merged 1 commit into from Nov 12, 2015

Conversation

xenu
Copy link
Contributor

@xenu xenu commented Nov 11, 2015

nmake requires macros to be defined before being used. RM_F was defined in Makefile-common.in which was included after first usage of RM_F. To fix the problem, I've splitted Makefile-common.in into two files.

Another problem was that BAT and EXE were used in Configure.pl, but these macros aren't defined anywhere. I guess that some refactoring was done in past and someone forgot about that line.

jnthn added a commit that referenced this pull request Nov 12, 2015
@jnthn jnthn merged commit 92f9039 into rakudo:nom Nov 12, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants