Hi, On Tue, 23 Feb 2010, Johannes Sixt wrote: > From: Johannes Sixt <j6t@xxxxxxxx> > > When RUNTIME_PREFIX is enabled, the installation prefix is derived by > trying a limited set of known locations where the git executable can > reside. If none of these is found, a warning is emitted. > > When git is built in a directory that matches neither of these known names, > the warning would always be emitted when the uninstalled executable is run. > This is a problem on Windows, where gitk picks the uninstalled git when > invoked on the build directory and gets confused by the warning. > > With this patch, individual developers can disable the warning by setting > > BASIC_CFLAGS += -DNO_WARN_RUNTIME_PREFIX > > in config.mak. Would this option not prefer to be a runtime option? An environment variable should suffice. Ciao, Dscho -- 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