Junio C Hamano wrote: > Here are the topics that have been cooking. Commits prefixed with '-' are > only in 'pu' while commits prefixed with '+' are in 'next'. The ones > marked with '.' do not appear in any of the branches, but I am still > holding onto them. > > The topics list the commits in reverse chronological order. The topics > meant to be merged to the maintenance series have "maint-" in their names. > > ---------------------------------------------------------------- > [New Topics] > > All of these are soon to be in 'next'. > > * bc/solaris (Wed May 27 21:17:08 2009 -0500) 4 commits > - Makefile: introduce SANE_TOOL_PATH for prepending required > elements to PATH > - Makefile: add section for SunOS 5.7 > - Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile > arguments > - Makefile: use /usr/ucb/install on SunOS platforms rather than > ginstall If you haven't already merged this to 'next', then give me some time and I'll resubmit a new series based on the feedback from you and Jeff. Jeff pointed out that HSTRERROR only has any effect when NO_IPV6 is set. So, NEEDS_RESOLV is really only necessary on Solaris versions which must set NO_IPV6. You suggested changes to git-compat-util.h for handling compiling on Solaris with/without c99 compiler. The bottom patch that switches to /usr/ucb/install is fine as-is. If the series is already applied, no big deal, I'll just work on top of that. -brandon -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html