-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Configure: use sub-string matching instead of string equality of $cc. #1524
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
Configure: use sub-string matching instead of string equality of $cc. #1524
Conversation
If the $cc is "gcc-x.y" or "ccache gcc" the make depend want to use the makedepend program, but it is not on the machine. In this case the $cc also should be used as MAKEDEPPROG Signed-off-by: Viktor Juhasz <viktor.juhasz@balabit.com>
|
+1 |
|
In master we actually examine output from |
|
good point. i remove my +1 :) |
|
@juhaszviktor, do you have a response re @dot-asm's comment? |
@dot-asm Has this feature made it into a stable release? |
Yup, even in 1.0.2. Does that mean we simply close this? |
|
@levitte: please prove your claims. with git commit link or something. the patch from here still applies to "1.0.2", so i don't think it was applied upstream |
|
@glensc, I was wrong. Must have looked at the wrong checkout. Thanks for catching it |
|
Also, I just had a look at the |
|
#4755 is an alternative fix of the same thing, but with a basis on |
|
Since #4755 was merged and closed, this can be closed, too? |
|
I believe it should, yes. @juhaszviktor, do you agree? |
|
No response to the above questions about closure. Assuming this is fixed by #4755. Closing. |
If the $cc is "gcc-x.y" or "ccache gcc" the make depend want to use
the makedepend program, but it is not on the machine.
In this case the $cc also should be used as MAKEDEPPROG
Signed-off-by: Viktor Juhasz viktor.juhasz@balabit.com