We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use: SHELL?=$(BIN)/sh RM?= $(BIN)/rm AR?= $(BIN)/ar CC?= $(BIN)/gcc LD?= $(BIN)/ld Instead of: SHELL=$(BIN)/sh RM= $(BIN)/rm AR= $(BIN)/ar CC= $(BIN)/gcc LD= $(BIN)/ld
Original issue reported on code.google.com by Stephane.D on 31 Jul 2013 at 7:49
Stephane.D
The text was updated successfully, but these errors were encountered:
This syntax: SHELL?=$(BIN)/sh
does not seem to be supported by all make tools, at least it does not work on mine. Is there any alternative and more generic syntax for that ?
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
Stephane.D
on 31 Jul 2013 at 7:49The text was updated successfully, but these errors were encountered: