madewokherd / wine-mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'make' for mono runtime targets doesn't rebuilt target if something changed in the dependencies

gofman opened this issue · comments

commented

E. g., what I am currently doing is 'make libmono-2.0-x86.dll' from wine-mono root. That correctly builds on clean clone. Then, if I change some source in mono/mono/mini, make libmono-2.0-x86.dll is correctly rebuilt. But if I change, e. g., mono/mono/sgen-gc.c or something in mono/mono/utils, 'make libmono-2.0-x86.dll' thinks everything is up to date and doesn't rebuild anything.