From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Riesen Subject: Re: [PATCH 2/2] add a Makefile switch to avoid gettext translation in shell scripts Date: Tue, 24 Jan 2012 21:00:10 +0100 Message-ID: References: <20120119195222.GA5011@blimp.dmz> <7v1uqq84es.fsf@alter.siamese.dyndns.org> <7vwr8i6prk.fsf_-_@alter.siamese.dyndns.org> <7vr4yq6poy.fsf_-_@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Git Mailing List , =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= , Jonathan Nieder To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Jan 24 21:00:37 2012 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RpmXk-0004Pt-Ju for gcvg-git-2@lo.gmane.org; Tue, 24 Jan 2012 21:00:36 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755085Ab2AXUAc convert rfc822-to-quoted-printable (ORCPT ); Tue, 24 Jan 2012 15:00:32 -0500 Received: from mail-tul01m020-f174.google.com ([209.85.214.174]:51579 "EHLO mail-tul01m020-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754885Ab2AXUAb convert rfc822-to-8bit (ORCPT ); Tue, 24 Jan 2012 15:00:31 -0500 Received: by obcva7 with SMTP id va7so4683345obc.19 for ; Tue, 24 Jan 2012 12:00:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=TK1NBbkax9aZnidDasjZWLoQVOD+G5sukiyl5IXFuXk=; b=VZGD0UEnnwIcTe6phU1v3jcVG0eDtD8mfAlJ+N4vYvkvejo9eN7C3bEAjgpiNM5Vs8 C8qztDEhlfmI9TTCwdGcXyPExUFJvl56rQOKThLsoxP334sxOwRCAl72s4qcrqFaozfQ qkEFQmkg2SBB44zZTUkoZssvqsjOFyzvBLnWg= Received: by 10.182.226.6 with SMTP id ro6mr13041865obc.3.1327435231124; Tue, 24 Jan 2012 12:00:31 -0800 (PST) Received: by 10.182.226.41 with HTTP; Tue, 24 Jan 2012 12:00:10 -0800 (PST) In-Reply-To: <7vr4yq6poy.fsf_-_@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jan 23, 2012 at 23:04, Junio C Hamano wrote= : > From: Alex Riesen > > Some systems have gettext.sh (GNU gettext) installed, but it is eithe= r > broken or misconfigured in such a way so its output is not usable. =C2= =A0In > case the users of these systems are unable or not interested in fixin= g > them, setting the new Makefile switch should help: > > =C2=A0 =C2=A0make USE_GETTEXT_SCHEME=3Dfallthrough > > This will replace the translation routines with fallthrough versions, > that does not use gettext from the platform. > > Signed-off-by: Alex Riesen > Signed-off-by: Junio C Hamano Amen :)