Re: What's not in 'master', and likely not to be until 1.5.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Tue, 22 Jan 2008, Shawn O. Pearce wrote:

> diff --git a/Makefile b/Makefile
> index 1baf4b0..5f1023e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -198,6 +198,9 @@ ifdef NO_MSGFMT
>  	MSGFMT ?= $(TCL_PATH) po/po2msg.sh
>  else
>  	MSGFMT ?= msgfmt
> +	ifeq ($(shell $(MSGFMT) >/dev/null 2>&1 || echo $$?),127)
> +		MSGFMT := $(TCL_PATH) po/po2msg.sh
> +	endif
>  endif
>  
>  msgsdir     = $(gg_libdir)/msgs
> 

Thanks!

Paul, you might want to do something like that for gitk, too.  I imagine 
that the diff even applies as-is...

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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux