All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] config: remove unused MSGFMT and MSGMERGE
@ 2014-10-07 14:04 Olaf Hering
  2014-10-08 12:55 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2014-10-07 14:04 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering, Ian Jackson, Ian Campbell

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
---
 config/StdGNU.mk | 3 ---
 config/SunOS.mk  | 2 --
 2 files changed, 5 deletions(-)

diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 1566d7f..4efebe3 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -16,9 +16,6 @@ OBJCOPY    = $(CROSS_COMPILE)objcopy
 OBJDUMP    = $(CROSS_COMPILE)objdump
 SIZEUTIL   = $(CROSS_COMPILE)size
 
-MSGFMT     = msgfmt
-MSGMERGE   = msgmerge
-
 # Allow git to be wrappered in the environment
 GIT        ?= git
 
diff --git a/config/SunOS.mk b/config/SunOS.mk
index bb8073f..3316280 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -10,8 +10,6 @@ OBJCOPY    = $(CROSS_COMPILE)gobjcopy
 OBJDUMP    = $(CROSS_COMPILE)gobjdump
 SIZEUTIL   = $(CROSS_COMPILE)gsize
 
-MSGFMT     = gmsgfmt
-
 SHELL      = bash
 
 INSTALL      = ginstall

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] config: remove unused MSGFMT and MSGMERGE
  2014-10-07 14:04 [PATCH] config: remove unused MSGFMT and MSGMERGE Olaf Hering
@ 2014-10-08 12:55 ` Ian Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2014-10-08 12:55 UTC (permalink / raw)
  To: Olaf Hering; +Cc: Ian Jackson, xen-devel

On Tue, 2014-10-07 at 16:04 +0200, Olaf Hering wrote:
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>

acked + applied. (they were a libxen/xend thing)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-08 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 14:04 [PATCH] config: remove unused MSGFMT and MSGMERGE Olaf Hering
2014-10-08 12:55 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.