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

Why does 'common.mk' convert build directory path to lowercase? #759

Open
ghost opened this issue Jul 15, 2020 · 0 comments
Open

Why does 'common.mk' convert build directory path to lowercase? #759

ghost opened this issue Jul 15, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2020

I do not quite understand the reasoning behind using:

image

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:

image

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

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

0 participants