Skip to content

fix calling win makefiles w/ MODEL=32#6585

Merged
dlang-bot merged 1 commit intodlang:masterfrom
MartinNowak:fix_win_makefiles
Mar 3, 2017
Merged

fix calling win makefiles w/ MODEL=32#6585
dlang-bot merged 1 commit intodlang:masterfrom
MartinNowak:fix_win_makefiles

Conversation

@MartinNowak
Copy link
Copy Markdown
Member

  • calling submake didn't forward MODEL, thus used a different
    generated folder, and failed w/ a missing target rule
  • as MODEL was undefined, the generated folders were actually
    the same between win32.mak and win64.mak
  • fixed by using/forwarding MODEL

- calling submake didn't forward MODEL, thus used a different
  generated folder, and failed w/ a missing target rule
- as MODEL was undefined, the generated folders were actually
  the same between win32.mak and win64.mak
- fixed by using/forwarding MODEL
@dlang-bot dlang-bot merged commit 659bc25 into dlang:master Mar 3, 2017
@MartinNowak MartinNowak deleted the fix_win_makefiles branch March 3, 2017 18:58
@wilzbach wilzbach mentioned this pull request Dec 15, 2017
15 tasks
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.

3 participants