WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-3.3-testing] tools: Fix an obvious xgettext build t

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-3.3-testing] tools: Fix an obvious xgettext build typo.
From: "Xen patchbot-3.3-testing" <patchbot-3.3-testing@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 01 Jun 2009 09:50:12 -0700
Delivery-date: Thu, 11 Jun 2009 08:01:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1243863985 -3600
# Node ID 22be9ea76a035d66e869e13b969881bc2725980a
# Parent  6e1e1b4dcad07d87bb081236fb0dadc3190fc79e
tools: Fix an obvious xgettext build typo.
Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
xen-unstable changeset:   19619:303793468225
xen-unstable date:        Tue May 19 13:38:05 2009 +0100
---
 tools/python/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 6e1e1b4dcad0 -r 22be9ea76a03 tools/python/Makefile
--- a/tools/python/Makefile     Mon May 11 13:55:26 2009 +0100
+++ b/tools/python/Makefile     Mon Jun 01 14:46:25 2009 +0100
@@ -33,7 +33,7 @@ build: buildpy refresh-pot refresh-po $(
 # string, hence the sed black magic. This avoids the expensive
 # re-generation of .po files on every single build
 refresh-pot: $(I18NSRCFILES)
-       xgettext --default-domain=$(POPACAKGE) \
+       xgettext --default-domain=$(POPACKAGE) \
                --keyword=N_ \
                --keyword=_ \
                -o $(POTFILE)-tmp \

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.3-testing] tools: Fix an obvious xgettext build typo., Xen patchbot-3.3-testing <=