How can I capture GNUMake differences between two directories
Posted
by WilliamKF
on Stack Overflow
See other posts from Stack Overflow
or by WilliamKF
Published on 2010-06-16T01:25:48Z
Indexed on
2010/06/16
1:32 UTC
Read the original article
Hit count: 462
I have a tricky issue with gmake, when I build from the parent directory, something is different and the make does not build all the .o(s) it needs and fails, but if I cd to the directory and do a make it builds them fine.
How can I get GNUmake to tell me the difference between these two runs? There must be some make variables set in the parent that break the child, but I need help figuring out how to track them down.
© Stack Overflow or respective owner