You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not quite understand the reasoning behind using:
Linux file-system is case sensitive, thus if you want to provide a different definition for BUILD_DIR that happens to have capital letters in it - it is going to build the files in a completely different directory than what you would expect, because:
Unless I have missed something that is obvious - I think $(call lc [...]) could be completely removed from common.mk.
I do not quite understand the reasoning behind using:
Linux file-system is case sensitive, thus if you want to provide a different definition for
BUILD_DIR
that happens to have capital letters in it - it is going to build the files in a completely different directory than what you would expect, because:Unless I have missed something that is obvious - I think
$(call lc [...])
could be completely removed from common.mk.Commit that introduced this problem: f34e229
The text was updated successfully, but these errors were encountered: