|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Stop enforcing -g for some of the tools.
# 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 <=
|
|
|
|
|