Re: [PATCH] Makefile: track TCLTK_PATH as it used to be tracked

2012-12-18 Thread Christian Couder
From: Junio C Hamano > Christian Couder writes: > >> ... >> +GIT-TCLTK-VARS: FORCE >> +@VARS='$(TRACK_TCLTK)'; \ >> +if test x"$$VARS" != x"`cat $@ 2>/dev/null`" ; then \ >> +echo 1>&2 "* new Tcl/Tk interpreter location"; \ > > I think in a related patch

Re: [PATCH] Makefile: track TCLTK_PATH as it used to be tracked

2012-12-18 Thread Junio C Hamano
Christian Couder writes: > A long time ago, gitk used to live at the root of the git.git > repository. In 62ba514 (Move gitk to its own subdirectory, > 2007-11-17) it was moved to a subdirectory, but some code used > to track TCLTK_PATH was left in the main Makefile instead > of being moved to th