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-unstable] Stop enforcing -g for some of the tools.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Stop enforcing -g for some of the tools.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 01 Nov 2006 11:40:14 +0000
Delivery-date: Thu, 02 Nov 2006 13:50:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 0a3d7dacff4ccce72b42ac791971bee86d70e736
# Parent  90164f5fbd5006a9c3dbc33c3795dbe24be20da2
Stop enforcing -g for some of the tools.
Signed-off-by: John Levon <john.levon@xxxxxxx>
---
 tools/console/Makefile  |    2 +-
 tools/xenmon/Makefile   |    2 +-
 tools/xenstore/Makefile |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff -r 90164f5fbd50 -r 0a3d7dacff4c tools/console/Makefile
--- a/tools/console/Makefile    Tue Oct 31 18:24:44 2006 +0000
+++ b/tools/console/Makefile    Tue Oct 31 18:24:57 2006 +0000
@@ -5,7 +5,7 @@ DAEMON_INSTALL_DIR = /usr/sbin
 DAEMON_INSTALL_DIR = /usr/sbin
 CLIENT_INSTALL_DIR = /usr/$(LIBDIR)/xen/bin
 
-CFLAGS  += -Werror -g
+CFLAGS  += -Werror
 
 CFLAGS  += -I $(XEN_LIBXC)
 CFLAGS  += -I $(XEN_XENSTORE)
diff -r 90164f5fbd50 -r 0a3d7dacff4c tools/xenmon/Makefile
--- a/tools/xenmon/Makefile     Tue Oct 31 18:24:44 2006 +0000
+++ b/tools/xenmon/Makefile     Tue Oct 31 18:24:57 2006 +0000
@@ -15,7 +15,7 @@ include $(XEN_ROOT)/tools/Rules.mk
 
 sbindir=/usr/sbin
 
-CFLAGS  += -Werror -g
+CFLAGS  += -Werror
 CFLAGS  += -I $(XEN_XC)
 CFLAGS  += -I $(XEN_LIBXC)
 LDFLAGS += -L $(XEN_LIBXC)
diff -r 90164f5fbd50 -r 0a3d7dacff4c tools/xenstore/Makefile
--- a/tools/xenstore/Makefile   Tue Oct 31 18:24:44 2006 +0000
+++ b/tools/xenstore/Makefile   Tue Oct 31 18:24:57 2006 +0000
@@ -6,7 +6,7 @@ MINOR = 0
 MINOR = 0
 
 PROFILE=#-pg
-BASECFLAGS=-Wall -g -Werror
+BASECFLAGS=-Werror
 # Make gcc generate dependencies.
 BASECFLAGS += -Wp,-MD,.$(@F).d
 PROG_DEP = .*.d

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Stop enforcing -g for some of the tools., Xen patchbot-unstable <=