"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > So I'm looking at adding this to git-gui, to replace Alex's patch, > as it addresses most of the issues that Junio raised. Thoughts? > > I'm a little unhappy with how mess the install target is now, but > fortunately most of it is data driven through the other variables in > the Makefile, so hopefully I don't have to tweak it too frequently. > ;-) Good job. I actually almost like it. Without V=1, I get this from 'pu' that merged your 'pu'. ... make -C git-gui install make[1]: Entering directory `/git/git.git/git-gui' DEST /home/junio/git-pu/bin INSTALL 755 git-gui LINK git-citool -> git-gui DEST /home/junio/git-pu/share//git-gui/lib INSTALL 644 tclIndex INSTALL 644 blame.tcl INSTALL 644 branch.tcl INSTALL 644 branch_rename.tcl INSTALL 644 browser.tcl ... And with V=1, what I see seem very readable. - 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