jdk7 b111

2010-09-24 Thread David Dabbs
I see that the jdk7 source snapshots page shows b111 while the binary page b110. Does this mean that the binaries are not yet complete, or that the binaries page is simply not yet updated? Also, the change list only contains the one issue. Is that in order to not mix compiler/build changes with cod

Can make report unused variables?

2010-09-24 Thread David Holmes
I just spent a very frustrating afternoon tracking down a build problem that was a simple typo: CFPPLAGS instead of CPPFLAGS. Does make have any support for reporting unused variables? It would have saved me a lot of time and eye-strain. Thanks, David